1 write to _totalElementCount
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (1)
118
_totalElementCount
= totalElementCount;
2 references to _totalElementCount
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs (2)
157
Interlocked.Increment(ref
_totalElementCount
.Value);
176
if (Volatile.Read(ref
_totalElementCount
.Value) > 1)