2 instantiations of SharedBool
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
571
_hasNoElementsLeft = new
SharedBool
(false);
572
_sourceDepleted = new
SharedBool
(false);
4 references to SharedBool
System.Collections.Concurrent (4)
System\Collections\Concurrent\PartitionerStatic.cs (4)
552
private readonly
SharedBool
_hasNoElementsLeft; // no elements left at all.
553
private readonly
SharedBool
_sourceDepleted; // no elements left in the enumerator, but there may be elements in the Fill Buffer
876
private readonly
SharedBool
_hasNoElementsLeft;
884
SharedBool
hasNoElementsLeft,