1 write to m_outputLoopCount
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
159
m_outputLoopCount
= new Shared<int>(0);
2 references to m_outputLoopCount
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (2)
158
if (
m_outputLoopCount
== null)
163
if ((
m_outputLoopCount
.Value++ & CancellationState.POLL_INTERVAL) == 0)