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