2 overrides of Dispose
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (1)
210protected override void Dispose(bool disposing)
System\Security\Cryptography\MLKemOpenSsl.NotSupported.cs (1)
25protected 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)
1618Dispose(true);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (1)
218base.Dispose(disposing);