2 writes to _leftSource
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (2)
205_leftSource = leftSource; 251_leftSource = null;
4 references to _leftSource
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (4)
227if (_leftSource != null) 234while (_leftSource.MoveNext(ref currentLeftElement, ref keyUnused)) 250_leftSource.Dispose(); 287_leftSource?.Dispose();