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)
189
Debug.Assert(
_firstSource
!= null);
197
if (
_firstSource
.MoveNext(ref currentElement!, ref leftKey))
218
_firstSource
.Dispose();