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