1 write to _leftSource
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
250
_leftSource
= leftSource;
4 references to _leftSource
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (4)
263
Debug.Assert(
_leftSource
!= null);
274
while (
_leftSource
.MoveNext(ref leftElement, ref leftKey))
325
Debug.Assert(
_leftSource
!= null && _rightSource != null);
326
_leftSource
.Dispose();