1 write to _outputAction
System.Threading.Tasks.Dataflow (1)
Internal\ReorderingBuffer.cs (1)
62
_outputAction
= outputAction;
2 references to _outputAction
System.Threading.Tasks.Dataflow (2)
Internal\ReorderingBuffer.cs (2)
162
if (itemIsValid)
_outputAction
(_owningSource, theNextItem!);
171
if (nextOutputItemWithValidity.Key)
_outputAction
(_owningSource, nextOutputItemWithValidity.Value);