1 write to _leftSource
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
147
_leftSource
= leftSource;
4 references to _leftSource
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (4)
159
Debug.Assert(
_leftSource
!= null);
186
while (
_leftSource
.MoveNext(ref leftElement, ref keyUnused))
210
Debug.Assert(
_leftSource
!= null && _rightSource != null);
211
_leftSource
.Dispose();