1 type derived from Partitioner
System.Collections.Concurrent (1)
System\Collections\Concurrent\OrderablePartitioner.cs (1)
61
public 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)
27
private readonly
Partitioner
<TElement> _partitioner; // The partitioner to use as data source.
29
internal PartitionerQueryOperator(
Partitioner
<TElement> partitioner)
75
internal static OrdinalIndexState GetOrdinalIndexState(
Partitioner
<TElement> partitioner)
118
private readonly
Partitioner
<TElement> _partitioner; // The data source for the query
122
internal PartitionerQueryOperatorResults(
Partitioner
<TElement> partitioner, QuerySettings settings)
System\Linq\ParallelEnumerable.cs (1)
125
public static ParallelQuery<TSource> AsParallel<TSource>(this
Partitioner
<TSource> source)
System.Threading.Tasks.Parallel (23)
System\Threading\Tasks\Parallel.cs (23)
1800
/// Executes a for each operation on a <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">
1830
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
1841
Partitioner
<TSource> source,
1851
/// Executes a for each operation on a <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">
1881
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
1894
Partitioner
<TSource> source,
1937
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
1965
/// Executes a for each operation on a <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">
2004
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2026
Partitioner
<TSource> source,
2082
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2123
/// Executes a for each operation on a <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">
2164
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2175
Partitioner
<TSource> source,
2187
/// Executes a for each operation on a <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">
2228
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2241
Partitioner
<TSource> source,
2297
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2327
/// Executes a for each operation on a <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">
2377
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2399
Partitioner
<TSource> source,
2468
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2512
Partitioner
<TSource> source, // Might be OrderablePartitioner