1 write to _disposed
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (1)
95
_disposed
= true;
2 references to _disposed
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (2)
70
private protected void ThrowIfDisposed() => ObjectDisposedException.ThrowIf(
_disposed
, typeof(SlhDsa));
93
if (!
_disposed
)