1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (1)
148
_source
= source;
3 references to _source
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs (3)
163
Debug.Assert(
_source
!= null);
178
while (
_source
.MoveNext(ref value!, ref key))
235
_source
.Dispose();