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