1 write to _source
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (1)
144_source = source;
3 references to _source
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs (3)
159Debug.Assert(_source != null); 175while (_source.MoveNext(ref value!, ref key)) 235_source.Dispose();