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