1 write to _current
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\QueryOperatorEnumerator.cs (1)
67return _operatorEnumerator.MoveNext(ref _current!, ref keyUnused);
2 references to _current
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\QueryOperatorEnumerator.cs (2)
72get { return _current; } 77get { return _current; }