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