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)
122
public static ParallelQuery<TSource> AsParallel<TSource>(this
Partitioner
<TSource> source)
System.Threading.Tasks.Parallel (23)
System\Threading\Tasks\Parallel.cs (23)
1795
/// Executes a for each operation on a <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">
1825
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
1836
Partitioner
<TSource> source,
1846
/// Executes a for each operation on a <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">
1876
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
1889
Partitioner
<TSource> source,
1932
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
1960
/// Executes a for each operation on a <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">
1999
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2021
Partitioner
<TSource> source,
2077
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2118
/// Executes a for each operation on a <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">
2159
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2170
Partitioner
<TSource> source,
2182
/// Executes a for each operation on a <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">
2223
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2236
Partitioner
<TSource> source,
2292
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2322
/// Executes a for each operation on a <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">
2372
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2394
Partitioner
<TSource> source,
2463
/// The <see cref="System.Collections.Concurrent.
Partitioner
{TSource}">Partitioner</see> is used to retrieve
2507
Partitioner
<TSource> source, // Might be OrderablePartitioner