Skip to content

Commit

Permalink
Missing virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jul 15, 2022
1 parent 2d421ae commit b11f72c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ public PlatformAssemblyResolver()
public void Dispose()
{
Dispose(true);

// Use SupressFinalize in case a subclass
// of this type implements a finalizer.
GC.SuppressFinalize(this);
}

protected void Dispose(bool disposing)
protected virtual void Dispose(bool disposing)
{
if (!_disposed)
{
Expand Down

0 comments on commit b11f72c

Please sign in to comment.