Skip to content

Commit

Permalink
Make BaseAssemblyResolver.Dispose suppress finalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jbevain committed Sep 23, 2016
1 parent 505b07d commit 5ee6537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mono.Cecil/BaseAssemblyResolver.cs
Expand Up @@ -344,6 +344,7 @@ static string GetAssemblyFile (AssemblyNameReference reference, string prefix, s
public void Dispose ()
{
Dispose (true);
GC.SuppressFinalize (this);
}

protected virtual void Dispose (bool disposing)
Expand Down

0 comments on commit 5ee6537

Please sign in to comment.