1 write to Enumerator
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\Parallel.ForEachAsync.cs (1)
696
Enumerator
= source.GetEnumerator() ?? throw new InvalidOperationException(SR.Parallel_ForEach_NullEnumerator);
3 references to Enumerator
System.Threading.Tasks.Parallel (3)
System\Threading\Tasks\Parallel.ForEachAsync.cs (3)
277
!state.
Enumerator
.MoveNext())
282
element = state.
Enumerator
.Current;
702
Enumerator
.Dispose();