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)
190
if (
_disposed
)
534
private void CheckDisposed() => ObjectDisposedException.ThrowIf(
_disposed
, this);