2 references to InternalPartitionEnumerable
mscorlib (2)
system\collections\concurrent\PartitionerStatic.cs (2)
530
IEnumerable<KeyValuePair<long, TSource>> partitionEnumerable = new
InternalPartitionEnumerable
(m_source.GetEnumerator(), m_useSingleChunking, true);
544
return new
InternalPartitionEnumerable
(m_source.GetEnumerator(), m_useSingleChunking, false);