1 type derived from Partitioner
System.Collections.Concurrent (1)
System\Collections\Concurrent\OrderablePartitioner.cs (1)
61public abstract class OrderablePartitioner<TSource> : Partitioner<TSource>
36 references to Partitioner
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
84[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.Partitioner<>))]
netstandard (1)
netstandard.cs (1)
102[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Concurrent.Partitioner<>))]
System.Collections.Concurrent (5)
System\Collections\Concurrent\OrderablePartitioner.cs (2)
119/// cref="System.Collections.Concurrent.Partitioner{TSource}.SupportsDynamicPartitions">SupportsDynamicPartitions</see> 199/// cref="System.Collections.Concurrent.Partitioner{TSource}.SupportsDynamicPartitions"/>
System\Collections\Concurrent\Partitioner.cs (3)
24/// Inheritors of <see cref="Partitioner{TSource}"/> must adhere to the following rules: 58/// true if the <see cref="Partitioner{TSource}"/> can create partitions dynamically as they are 59/// requested; false if the <see cref="Partitioner{TSource}"/> can only allocate
System.Linq.Parallel (6)
System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs (5)
27private readonly Partitioner<TElement> _partitioner; // The partitioner to use as data source. 29internal PartitionerQueryOperator(Partitioner<TElement> partitioner) 75internal static OrdinalIndexState GetOrdinalIndexState(Partitioner<TElement> partitioner) 118private readonly Partitioner<TElement> _partitioner; // The data source for the query 122internal PartitionerQueryOperatorResults(Partitioner<TElement> partitioner, QuerySettings settings)
System\Linq\ParallelEnumerable.cs (1)
122public static ParallelQuery<TSource> AsParallel<TSource>(this Partitioner<TSource> source)
System.Threading.Tasks.Parallel (23)
System\Threading\Tasks\Parallel.cs (23)
1790/// Executes a for each operation on a <see cref="System.Collections.Concurrent.Partitioner{TSource}"> 1820/// The <see cref="System.Collections.Concurrent.Partitioner{TSource}">Partitioner</see> is used to retrieve 1831Partitioner<TSource> source, 1841/// Executes a for each operation on a <see cref="System.Collections.Concurrent.Partitioner{TSource}"> 1871/// The <see cref="System.Collections.Concurrent.Partitioner{TSource}">Partitioner</see> is used to retrieve 1884Partitioner<TSource> source, 1927/// The <see cref="System.Collections.Concurrent.Partitioner{TSource}">Partitioner</see> is used to retrieve 1955/// Executes a for each operation on a <see cref="System.Collections.Concurrent.Partitioner{TSource}"> 1994/// The <see cref="System.Collections.Concurrent.Partitioner{TSource}">Partitioner</see> is used to retrieve 2016Partitioner<TSource> source, 2072/// The <see cref="System.Collections.Concurrent.Partitioner{TSource}">Partitioner</see> is used to retrieve 2113/// Executes a for each operation on a <see cref="System.Collections.Concurrent.Partitioner{TSource}"> 2154/// The <see cref="System.Collections.Concurrent.Partitioner{TSource}">Partitioner</see> is used to retrieve 2165Partitioner<TSource> source, 2177/// Executes a for each operation on a <see cref="System.Collections.Concurrent.Partitioner{TSource}"> 2218/// The <see cref="System.Collections.Concurrent.Partitioner{TSource}">Partitioner</see> is used to retrieve 2231Partitioner<TSource> source, 2287/// The <see cref="System.Collections.Concurrent.Partitioner{TSource}">Partitioner</see> is used to retrieve 2317/// Executes a for each operation on a <see cref="System.Collections.Concurrent.Partitioner{TSource}"> 2367/// The <see cref="System.Collections.Concurrent.Partitioner{TSource}">Partitioner</see> is used to retrieve 2389Partitioner<TSource> source, 2458/// The <see cref="System.Collections.Concurrent.Partitioner{TSource}">Partitioner</see> is used to retrieve 2502Partitioner<TSource> source, // Might be OrderablePartitioner