11 references to Default
System.Threading.Tasks.Dataflow (11)
Base\DataflowBlock.cs (2)
1711
return Choose(source1, action1, source2, action2, DataflowBlockOptions.
Default
);
1811
return Choose(source1, action1, source2, action2, source3, action3, DataflowBlockOptions.
Default
);
Base\DataflowBlockOptions.cs (6)
91
return (this ==
Default
) ?
113
Debug.Assert(this !=
Default
, "Default instance is supposed to be immutable.");
125
Debug.Assert(this !=
Default
, "Default instance is supposed to be immutable.");
136
Debug.Assert(this !=
Default
, "Default instance is supposed to be immutable.");
156
Debug.Assert(this !=
Default
, "Default instance is supposed to be immutable.");
175
Debug.Assert(this !=
Default
, "Default instance is supposed to be immutable.");
Blocks\BroadcastBlock.cs (1)
55
this(cloningFunction, DataflowBlockOptions.
Default
)
Blocks\BufferBlock.cs (1)
40
this(DataflowBlockOptions.
Default
)
Blocks\WriteOnceBlock.cs (1)
53
this(cloningFunction, DataflowBlockOptions.
Default
)