1 write to m_selector
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
153m_selector = selector;
2 references to m_selector
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (2)
166Contract.Assert(m_selector != null, "expected a compiled selection function"); 167currentElement = m_selector(element, currentKey);