1 write to _disposed
System.Security.Cryptography (1)
System\Security\Cryptography\IncrementalHash.cs (1)
357
_disposed
= true;
10 references to _disposed
System.Security.Cryptography (10)
System\Security\Cryptography\IncrementalHash.cs (10)
95
ObjectDisposedException.ThrowIf(
_disposed
, this);
102
ObjectDisposedException.ThrowIf(
_disposed
, this);
123
ObjectDisposedException.ThrowIf(
_disposed
, this);
152
ObjectDisposedException.ThrowIf(
_disposed
, this);
161
ObjectDisposedException.ThrowIf(
_disposed
, this);
195
ObjectDisposedException.ThrowIf(
_disposed
, this);
224
ObjectDisposedException.ThrowIf(
_disposed
, this);
251
ObjectDisposedException.ThrowIf(
_disposed
, this);
281
ObjectDisposedException.ThrowIf(
_disposed
, this);
479
ObjectDisposedException.ThrowIf(ih.
_disposed
, ih);