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