1 write to m_hasNoElementsLeft
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
594
m_hasNoElementsLeft
= new SharedBool(false);
7 references to m_hasNoElementsLeft
mscorlib (7)
system\collections\concurrent\PartitionerStatic.cs (7)
635
m_hasNoElementsLeft
, m_sharedLock, m_activePartitionCount, this, m_useSingleChunking);
699
if (
m_hasNoElementsLeft
.Value)
730
if (
m_hasNoElementsLeft
.Value) return false;
747
m_hasNoElementsLeft
.Value = true;
755
m_hasNoElementsLeft
.Value = true;
786
m_hasNoElementsLeft
.Value = true;
878
m_hasNoElementsLeft
.Value = true;