1 write to m_hasNoElementsLeft
mscorlib (1)
system\collections\concurrent\PartitionerStatic.cs (1)
924m_hasNoElementsLeft = hasNoElementsLeft;
3 references to m_hasNoElementsLeft
mscorlib (3)
system\collections\concurrent\PartitionerStatic.cs (3)
976get { return m_hasNoElementsLeft.Value; } 982Contract.Assert(!m_hasNoElementsLeft.Value); 983m_hasNoElementsLeft.Value = true;