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