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