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);
670
if (
_hasNoElementsLeft
.Value)
701
if (
_hasNoElementsLeft
.Value) return false;
718
_hasNoElementsLeft
.Value = true;
726
_hasNoElementsLeft
.Value = true;
757
_hasNoElementsLeft
.Value = true;
846
_hasNoElementsLeft
.Value = true;