Implemented interface member:
9 references to Dispose
Microsoft.CodeAnalysis (1)
Emit\EmitOptions.cs (1)
371
IncrementalHash.CreateHash(PdbChecksumAlgorithm).
Dispose
();
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\Pkcs12Kdf.cs (1)
232
hash.
Dispose
();
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
68
_incrementalHash.
Dispose
();
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
159
_hmac.
Dispose
();
System\Security\Cryptography\SHA1CryptoServiceProvider.cs (1)
71
_incrementalHash.
Dispose
();
System\Security\Cryptography\SHA256CryptoServiceProvider.cs (1)
71
_incrementalHash.
Dispose
();
System\Security\Cryptography\SHA384CryptoServiceProvider.cs (1)
71
_incrementalHash.
Dispose
();
System\Security\Cryptography\SHA512CryptoServiceProvider.cs (1)
71
_incrementalHash.
Dispose
();
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Pkcs12Kdf.cs (1)
232
hash.
Dispose
();