10 references to Default
System.Threading.Tasks.Dataflow (10)
Base\DataflowBlockOptions.cs (3)
262return (this == Default) ? 291Debug.Assert(this != Default, "Default instance is supposed to be immutable."); 314Debug.Assert(this != Default, "Default instance is supposed to be immutable.");
Blocks\ActionBlock.cs (2)
36this((Delegate)action, ExecutionDataflowBlockOptions.Default) 52this((Delegate)action, ExecutionDataflowBlockOptions.Default)
Blocks\TransformBlock.cs (2)
48this(transform, null, ExecutionDataflowBlockOptions.Default) 67this(null, transform, ExecutionDataflowBlockOptions.Default)
Blocks\TransformManyBlock.cs (2)
56this(transform, ExecutionDataflowBlockOptions.Default) 81this(transform, ExecutionDataflowBlockOptions.Default)
Blocks\TransformManyBlock.IAsyncEnumerable.cs (1)
19this(transform, ExecutionDataflowBlockOptions.Default)