Implemented interface member:
method
GetEnumerator
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
2 references to GetEnumerator
System.Collections.Concurrent (2)
System\Collections\Concurrent\PartitionerStatic.cs (2)
510partitions[i] = partitionEnumerable.GetEnumerator(); 614return ((InternalPartitionEnumerable)this).GetEnumerator();