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)
174if (_sharedEmptyCount.Value == _partitionCount - 1) 190Interlocked.Increment(ref _sharedEmptyCount.Value);