2 writes to _rightSource
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (2)
206_rightSource = rightSource; 279_rightSource = null;
4 references to _rightSource
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (4)
255if (_rightSource != null) 261while (_rightSource.MoveNext(ref currentRightElement, ref keyUnused)) 278_rightSource.Dispose(); 288_rightSource?.Dispose();