1 write to _rightSource
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
252
_rightSource
= rightSource;
4 references to _rightSource
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (4)
265
Debug.Assert(
_rightSource
!= null);
275
while (
_rightSource
.MoveNext(ref rightElement, ref rightKeyUnused))
326
Debug.Assert(_leftSource != null &&
_rightSource
!= null);
328
_rightSource
.Dispose();