4 references to ExecutionDataflowBlockOptions
NuGet.Build.Tasks (1)
LoggingQueue.cs (1)
30
new
ExecutionDataflowBlockOptions
System.Threading.Tasks.Dataflow (3)
Base\DataflowBlock.cs (1)
2162
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