2 instantiations of GroupingDataflowBlockOptions
System.Threading.Tasks.Dataflow (2)
Base\DataflowBlockOptions.cs (2)
388
internal static new readonly GroupingDataflowBlockOptions Default = new
GroupingDataflowBlockOptions
();
396
new
GroupingDataflowBlockOptions
32 references to GroupingDataflowBlockOptions
System.Threading.Tasks.Dataflow (32)
Base\DataflowBlockOptions.cs (6)
337
/// <see cref="
GroupingDataflowBlockOptions
"/> is mutable and can be configured through its properties.
378
/// to the provided <see cref="
GroupingDataflowBlockOptions
"/> instance should not affect the behavior
388
internal static new readonly
GroupingDataflowBlockOptions
Default = new GroupingDataflowBlockOptions();
390
/// <summary>Returns this <see cref="
GroupingDataflowBlockOptions
"/> instance if it's the default instance or else a cloned instance.</summary>
392
internal new
GroupingDataflowBlockOptions
DefaultOrClone()
414
/// <summary>Initializes the <see cref="
GroupingDataflowBlockOptions
"/>.</summary>
Blocks\BatchBlock.cs (6)
37
this(batchSize,
GroupingDataflowBlockOptions
.Default)
46
public BatchBlock(int batchSize,
GroupingDataflowBlockOptions
dataflowBlockOptions)
218
public
GroupingDataflowBlockOptions
DataflowBlockOptions { get { return _targetDebuggingInformation.DataflowBlockOptions; } }
257
private readonly
GroupingDataflowBlockOptions
_dataflowBlockOptions;
304
internal BatchBlockTargetCore(BatchBlock<T> owningBatch, int batchSize, Action<T[]> batchCompletedAction,
GroupingDataflowBlockOptions
dataflowBlockOptions)
1185
public
GroupingDataflowBlockOptions
DataflowBlockOptions { get { return _target._dataflowBlockOptions; } }
Blocks\BatchedJoinBlock.cs (9)
46
this(batchSize,
GroupingDataflowBlockOptions
.Default)
54
public BatchedJoinBlock(int batchSize,
GroupingDataflowBlockOptions
dataflowBlockOptions)
250
public
GroupingDataflowBlockOptions
DataflowBlockOptions { get { return (
GroupingDataflowBlockOptions
)_sourceDebuggingInformation.DataflowBlockOptions; } }
291
this(batchSize,
GroupingDataflowBlockOptions
.Default)
299
public BatchedJoinBlock(int batchSize,
GroupingDataflowBlockOptions
dataflowBlockOptions)
507
public
GroupingDataflowBlockOptions
DataflowBlockOptions { get { return (
GroupingDataflowBlockOptions
)_sourceDebuggingInformation.DataflowBlockOptions; } }
672
int batchSize,
GroupingDataflowBlockOptions
dataflowBlockOptions,
Blocks\JoinBlock.cs (11)
44
this(
GroupingDataflowBlockOptions
.Default)
50
public JoinBlock(
GroupingDataflowBlockOptions
dataflowBlockOptions)
221
public
GroupingDataflowBlockOptions
DataflowBlockOptions { get { return (
GroupingDataflowBlockOptions
)_sourceDebuggingInformation.DataflowBlockOptions; } }
265
this(
GroupingDataflowBlockOptions
.Default)
271
public JoinBlock(
GroupingDataflowBlockOptions
dataflowBlockOptions)
445
public
GroupingDataflowBlockOptions
DataflowBlockOptions { get { return (
GroupingDataflowBlockOptions
)_sourceDebuggingInformation.DataflowBlockOptions; } }
505
GroupingDataflowBlockOptions
dbo = sharedResources._dataflowBlockOptions;
1026
GroupingDataflowBlockOptions
dataflowBlockOptions)
1054
internal readonly
GroupingDataflowBlockOptions
_dataflowBlockOptions;