1 write to _sharedEmptyCount
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (1)
135
_sharedEmptyCount
= sharedEmptyCount;
2 references to _sharedEmptyCount
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (2)
174
if (
_sharedEmptyCount
.Value == _partitionCount - 1)
190
Interlocked.Increment(ref
_sharedEmptyCount
.Value);