1 write to _disposed
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
858
_disposed
= true;
2 references to _disposed
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
605
ObjectDisposedException.ThrowIf(
_disposed
, this);
856
if (!
_disposed
)