2 instantiations of EnumeratorDropIndices
System.Collections.Concurrent (2)
System\Collections\Concurrent\OrderablePartitioner.cs (2)
177
partitions[i] = new
EnumeratorDropIndices
(orderablePartitions[i]);
224
return new
EnumeratorDropIndices
(_source.GetEnumerator());
1 reference to EnumeratorDropIndices
System.Collections.Concurrent (1)
System\Collections\Concurrent\OrderablePartitioner.cs (1)
258
return ((
EnumeratorDropIndices
)this).Current;