1 write to _disposed
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
1617
_disposed
= true;
2 references to _disposed
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (2)
1615
if (!
_disposed
)
1761
ObjectDisposedException.ThrowIf(
_disposed
, typeof(MLKem));