1 write to _hasNoElementsLeft
System.Collections.Concurrent (1)
System\Collections\Concurrent\PartitionerStatic.cs (1)
571_hasNoElementsLeft = new SharedBool(false);
7 references to _hasNoElementsLeft
System.Collections.Concurrent (7)
System\Collections\Concurrent\PartitionerStatic.cs (7)
608_hasNoElementsLeft, _activePartitionCount, this, _useSingleChunking); 670if (_hasNoElementsLeft.Value) 701if (_hasNoElementsLeft.Value) return false; 718_hasNoElementsLeft.Value = true; 726_hasNoElementsLeft.Value = true; 757_hasNoElementsLeft.Value = true; 846_hasNoElementsLeft.Value = true;