4 references to OfferingOutputMessages
System.Threading.Tasks.Dataflow (4)
Blocks\BroadcastBlock.cs (1)
844
_owningSource, _taskForOutputProcessing, DataflowEtwProvider.TaskLaunchedReason.
OfferingOutputMessages
, _messages.Count);
Blocks\WriteOnceBlock.cs (1)
130
this, taskForOutputProcessing, DataflowEtwProvider.TaskLaunchedReason.
OfferingOutputMessages
, _header.IsValid ? 1 : 0);
Internal\DataflowEtwProvider.cs (1)
96
Debug.Assert(reason == TaskLaunchedReason.ProcessingInputMessages || reason == TaskLaunchedReason.
OfferingOutputMessages
,
Internal\SourceCore.cs (1)
766
_owningSource, _taskForOutputProcessing, DataflowEtwProvider.TaskLaunchedReason.
OfferingOutputMessages
, _messages.Count);