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)
159Debug.Assert(_leftSource != null); 186while (_leftSource.MoveNext(ref leftElement, ref keyUnused)) 210Debug.Assert(_leftSource != null && _rightSource != null); 211_leftSource.Dispose();