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