11 writes to Value
mscorlib (11)
system\collections\concurrent\PartitionerStatic.cs (11)
746m_sourceDepleted.Value = true; 747m_hasNoElementsLeft.Value = true; 754m_sourceDepleted.Value = true; 755m_hasNoElementsLeft.Value = true; 786m_hasNoElementsLeft.Value = true; 829m_sourceDepleted.Value = true; 856m_sourceDepleted.Value = true; 877m_sourceDepleted.Value = true; 878m_hasNoElementsLeft.Value = true; 983m_hasNoElementsLeft.Value = true; 1677this.Value = value;
7 references to Value
mscorlib (7)
system\collections\concurrent\PartitionerStatic.cs (7)
699if (m_hasNoElementsLeft.Value) 730if (m_hasNoElementsLeft.Value) return false; 782else if (m_sourceDepleted.Value) 797if (m_sourceDepleted.Value) 840if (m_sourceDepleted.Value == false && localFillBufferRef != null && 976get { return m_hasNoElementsLeft.Value; } 982Contract.Assert(!m_hasNoElementsLeft.Value);