2 writes to _nextReorderedIdToOutput
System.Threading.Tasks.Dataflow (2)
Internal\ReorderingBuffer.cs (2)
161
_nextReorderedIdToOutput
++;
170
_nextReorderedIdToOutput
++;
7 references to _nextReorderedIdToOutput
System.Threading.Tasks.Dataflow (7)
Internal\ReorderingBuffer.cs (7)
78
if (
_nextReorderedIdToOutput
== id)
86
Debug.Assert((ulong)id > (ulong)
_nextReorderedIdToOutput
, "Duplicate id.");
102
return
_nextReorderedIdToOutput
== id;
129
if (
_nextReorderedIdToOutput
== id)
167
while (_reorderingBuffer.TryGetValue(
_nextReorderedIdToOutput
, out nextOutputItemWithValidity))
169
_reorderingBuffer.Remove(
_nextReorderedIdToOutput
);
195
public long NextIdRequired { get { return _buffer.
_nextReorderedIdToOutput
; } }