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