2 writes to _rightSource
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (2)
206
_rightSource
= rightSource;
279
_rightSource
= null;
4 references to _rightSource
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (4)
255
if (
_rightSource
!= null)
261
while (
_rightSource
.MoveNext(ref currentRightElement, ref keyUnused))
278
_rightSource
.Dispose();
288
_rightSource
?.Dispose();