1 write to m_rightChildCount
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (1)
267
m_rightChildCount
= rightChildQueryResults.ElementsCount;
2 references to m_rightChildCount
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs (2)
279
Contract.Assert(m_leftChildCount >= 0 &&
m_rightChildCount
>= 0);
280
return m_leftChildCount +
m_rightChildCount
;