1 write to _selector
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (1)
148_selector = selector;
2 references to _selector
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs (2)
161Debug.Assert(_selector != null, "expected a compiled selection function"); 162currentElement = _selector(element, currentKey);