3 overrides of Dispose
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.cs (1)
71protected override partial void Dispose(bool disposing);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
158protected override partial void Dispose(bool disposing)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
133protected override void Dispose(bool disposing)
3 references to Dispose
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellman.cs (1)
1416Dispose(true);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
166base.Dispose(disposing);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
140base.Dispose(disposing);