Implemented interface member:
4 references to Dispose
Microsoft.Build.Tasks.Core (1)
ManifestUtil\Util.cs (1)
273hashAlg?.Dispose();
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
SolutionTests\SolutionTests.cs (2)
1613sha256.Dispose(); 1614sha1.Dispose();
System.Security.Cryptography (1)
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
175_hash?.Dispose();