1 write to _secondSource
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (1)
176_secondSource = secondSource;
3 references to _secondSource
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (3)
190Debug.Assert(_secondSource != null); 207if (_secondSource.MoveNext(ref currentElement!, ref rightKey)) 219_secondSource.Dispose();