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)
221
public
GroupingDataflowBlockOptions
DataflowBlockOptions { get { return _targetDebuggingInformation.DataflowBlockOptions; } }
260
private readonly
GroupingDataflowBlockOptions
_dataflowBlockOptions;
307
internal BatchBlockTargetCore(BatchBlock<T> owningBatch, int batchSize, Action<T[]> batchCompletedAction,
GroupingDataflowBlockOptions
dataflowBlockOptions)
1188
public
GroupingDataflowBlockOptions
DataflowBlockOptions { get { return _target._dataflowBlockOptions; } }
Blocks\BatchedJoinBlock.cs (9)
46
this(batchSize,
GroupingDataflowBlockOptions
.Default)
54
public BatchedJoinBlock(int batchSize,
GroupingDataflowBlockOptions
dataflowBlockOptions)
253
public
GroupingDataflowBlockOptions
DataflowBlockOptions { get { return (
GroupingDataflowBlockOptions
)_sourceDebuggingInformation.DataflowBlockOptions; } }
294
this(batchSize,
GroupingDataflowBlockOptions
.Default)
302
public BatchedJoinBlock(int batchSize,
GroupingDataflowBlockOptions
dataflowBlockOptions)
513
public
GroupingDataflowBlockOptions
DataflowBlockOptions { get { return (
GroupingDataflowBlockOptions
)_sourceDebuggingInformation.DataflowBlockOptions; } }
681
int batchSize,
GroupingDataflowBlockOptions
dataflowBlockOptions,
Blocks\JoinBlock.cs (11)
44
this(
GroupingDataflowBlockOptions
.Default)
50
public JoinBlock(
GroupingDataflowBlockOptions
dataflowBlockOptions)
227
public
GroupingDataflowBlockOptions
DataflowBlockOptions { get { return (
GroupingDataflowBlockOptions
)_sourceDebuggingInformation.DataflowBlockOptions; } }
271
this(
GroupingDataflowBlockOptions
.Default)
277
public JoinBlock(
GroupingDataflowBlockOptions
dataflowBlockOptions)
457
public
GroupingDataflowBlockOptions
DataflowBlockOptions { get { return (
GroupingDataflowBlockOptions
)_sourceDebuggingInformation.DataflowBlockOptions; } }
517
GroupingDataflowBlockOptions
dbo = sharedResources._dataflowBlockOptions;
1041
GroupingDataflowBlockOptions
dataflowBlockOptions)
1069
internal readonly
GroupingDataflowBlockOptions
_dataflowBlockOptions;