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)
172
while (
_source
.MoveNext(ref currentElement!, ref currentKey))
188
Debug.Assert(
_source
!= null);
189
_source
.Dispose();