1 write to _disposed
System.Security.Cryptography (1)
System\Security\Cryptography\KmacXof128.cs (1)
195_disposed = true;
2 references to _disposed
System.Security.Cryptography (2)
System\Security\Cryptography\KmacXof128.cs (2)
190if (_disposed) 534private void CheckDisposed() => ObjectDisposedException.ThrowIf(_disposed, this);