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)
157Interlocked.Increment(ref _totalElementCount.Value); 176if (Volatile.Read(ref _totalElementCount.Value) > 1)