1 write to _firstSource
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (1)
175_firstSource = firstSource;
3 references to _firstSource
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs (3)
189Debug.Assert(_firstSource != null); 197if (_firstSource.MoveNext(ref currentElement!, ref leftKey)) 218_firstSource.Dispose();