1 write to _leftSource
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
393
_leftSource
= leftSource;
2 references to _leftSource
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (2)
419
if (!
_leftSource
.MoveNext(ref _mutables._currentLeftElement!, ref _mutables._currentLeftKey))
482
_leftSource
.Dispose();