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