1 write to m_sharedEmptyCount
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (1)
137m_sharedEmptyCount = sharedEmptyCount;
2 references to m_sharedEmptyCount
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (2)
170if (m_sharedEmptyCount.Value == m_partitionCount - 1) 186Interlocked.Increment(ref m_sharedEmptyCount.Value);