8 references to Default
System.Threading.Tasks.Dataflow (8)
Base\DataflowBlockOptions.cs (3)
394
return (this ==
Default
) ?
423
Debug.Assert(this !=
Default
, "Default instance is supposed to be immutable.");
434
Debug.Assert(this !=
Default
, "Default instance is supposed to be immutable.");
Blocks\BatchBlock.cs (1)
37
this(batchSize, GroupingDataflowBlockOptions.
Default
)
Blocks\BatchedJoinBlock.cs (2)
46
this(batchSize, GroupingDataflowBlockOptions.
Default
)
294
this(batchSize, GroupingDataflowBlockOptions.
Default
)
Blocks\JoinBlock.cs (2)
44
this(GroupingDataflowBlockOptions.
Default
)
271
this(GroupingDataflowBlockOptions.
Default
)