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)
552private readonly SharedBool _hasNoElementsLeft; // no elements left at all. 553private readonly SharedBool _sourceDepleted; // no elements left in the enumerator, but there may be elements in the Fill Buffer 876private readonly SharedBool _hasNoElementsLeft; 884SharedBool hasNoElementsLeft,