1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (1)
119
_source
= source;
2 references to _source
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (2)
138
while (
_source
.MoveNext(ref current!, ref key))
162
_source
.Dispose();