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)
162if (itemIsValid) _outputAction(_owningSource, theNextItem!); 171if (nextOutputItemWithValidity.Key) _outputAction(_owningSource, nextOutputItemWithValidity.Value);