1 write to m_totalElementCount
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (1)
122m_totalElementCount = totalElementCount;
2 references to m_totalElementCount
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (2)
161Interlocked.Increment(ref m_totalElementCount.Value); 180if (Volatile.Read(ref m_totalElementCount.Value) > 1)