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)
78if (_nextReorderedIdToOutput == id) 86Debug.Assert((ulong)id > (ulong)_nextReorderedIdToOutput, "Duplicate id."); 102return _nextReorderedIdToOutput == id; 129if (_nextReorderedIdToOutput == id) 167while (_reorderingBuffer.TryGetValue(_nextReorderedIdToOutput, out nextOutputItemWithValidity)) 169_reorderingBuffer.Remove(_nextReorderedIdToOutput); 195public long NextIdRequired { get { return _buffer._nextReorderedIdToOutput; } }