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