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