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