2 overrides of Dispose
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (1)
210
protected override void
Dispose
(bool disposing)
System\Security\Cryptography\MLKemOpenSsl.NotSupported.cs (1)
25
protected override void
Dispose
(bool disposing)
2 references to Dispose
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
1618
Dispose
(true);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (1)
218
base.
Dispose
(disposing);