Implemented interface member:
10 references to Dispose
Microsoft.CodeAnalysis (1)
Emit\EmitOptions.cs (1)
373IncrementalHash.CreateHash(PdbChecksumAlgorithm).Dispose();
System.Security.Cryptography (7)
src\libraries\Common\src\System\Security\Cryptography\Pkcs12Kdf.cs (1)
232hash.Dispose();
System\Security\Cryptography\MD5CryptoServiceProvider.cs (1)
68_incrementalHash.Dispose();
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
162_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 (2)
src\libraries\Common\src\System\Security\Cryptography\Pkcs12Kdf.cs (1)
232hash.Dispose();
System\Security\Cryptography\Pkcs\CmsHash.cs (1)
99public override void Dispose() => _incrementalHash.Dispose();