1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (1)
131
_source
= source;
3 references to _source
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs (3)
146
Debug.Assert(
_source
!= null);
148
bool moveNextResult =
_source
.MoveNext(ref currentElement!, ref currentKey);
206
_source
.Dispose();