3 references to ExecutionDataflowBlockOptions
System.Threading.Tasks.Dataflow (3)
Base\DataflowBlock.cs (1)
2244
private static readonly ExecutionDataflowBlockOptions _nonGreedyExecutionOptions = new
ExecutionDataflowBlockOptions
{ BoundedCapacity = 1 };
Base\DataflowBlockOptions.cs (2)
256
internal static new readonly ExecutionDataflowBlockOptions Default = new
ExecutionDataflowBlockOptions
();
264
new
ExecutionDataflowBlockOptions