1 write to _rightSource
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (1)
148_rightSource = rightSource;
4 references to _rightSource
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs (4)
160Debug.Assert(_rightSource != null); 173while (_rightSource.MoveNext(ref rightElement, ref rightKeyUnused)) 210Debug.Assert(_leftSource != null && _rightSource != null); 212_rightSource.Dispose();