1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (1)
154_source = source;
3 references to _source
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs (3)
172while (_source.MoveNext(ref currentElement!, ref currentKey)) 188Debug.Assert(_source != null); 189_source.Dispose();