4 references to ExecutionDataflowBlockOptions
Microsoft.Build.Tasks.Core (1)
Copy.cs (1)
563var actionBlockOptions = new ExecutionDataflowBlockOptions
System.Threading.Tasks.Dataflow (3)
Base\DataflowBlock.cs (1)
2301private static readonly ExecutionDataflowBlockOptions _nonGreedyExecutionOptions = new ExecutionDataflowBlockOptions { BoundedCapacity = 1 };
Base\DataflowBlockOptions.cs (2)
256internal static new readonly ExecutionDataflowBlockOptions Default = new ExecutionDataflowBlockOptions(); 264new ExecutionDataflowBlockOptions