1 write to m_selector
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs (1)
49m_selector = selector;
4 references to m_selector
System.Core (4)
System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs (4)
60outputStream[i] = new SelectQueryOperatorEnumerator<TKey>(inputStream[i], m_selector); 80return Child.AsSequentialQuery(token).Select(m_selector); 168Contract.Assert(op.m_selector != null); 169m_selector = op.m_selector;