1 write to _disposed
System.Threading (1)
System\Threading\CountdownEvent.cs (1)
159
_disposed
= true;
6 references to _disposed
System.Threading (6)
System\Threading\CountdownEvent.cs (6)
121
ObjectDisposedException.ThrowIf(
_disposed
, this);
175
ObjectDisposedException.ThrowIf(
_disposed
, this);
218
ObjectDisposedException.ThrowIf(
_disposed
, this);
322
ObjectDisposedException.ThrowIf(
_disposed
, this);
380
ObjectDisposedException.ThrowIf(
_disposed
, this);
541
ObjectDisposedException.ThrowIf(
_disposed
, this);