1 write to _disposed
System.Security.Cryptography (1)
System\Security\Cryptography\HashAlgorithm.cs (1)
182
_disposed
= true;
7 references to _disposed
System.Security.Cryptography (7)
System\Security\Cryptography\HashAlgorithm.cs (7)
36
ObjectDisposedException.ThrowIf(
_disposed
, this);
46
ObjectDisposedException.ThrowIf(
_disposed
, this);
55
ObjectDisposedException.ThrowIf(
_disposed
, this);
86
ObjectDisposedException.ThrowIf(
_disposed
, this);
94
ObjectDisposedException.ThrowIf(
_disposed
, this);
123
ObjectDisposedException.ThrowIf(
_disposed
, this);
244
ObjectDisposedException.ThrowIf(
_disposed
, this);