1 write to m_childCount
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
225
m_childCount
= m_childQueryResults.ElementsCount;
1 reference to m_childCount
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
232
Contract.Assert(
m_childCount
>= 0);