4 writes to _currentSegment
Microsoft.AspNetCore.OutputCaching (4)
RecyclableSequenceBuilder.cs (4)
42_firstSegment = _currentSegment = null; 51_firstSegment = _currentSegment = null; 69_currentSegment = _firstSegment = RecyclableReadOnlySequenceSegment.Create(_segmentSize, null); 79_currentSegment = RecyclableReadOnlySequenceSegment.Create(_segmentSize, _currentSegment);
6 references to _currentSegment
Microsoft.AspNetCore.OutputCaching (6)
RecyclableSequenceBuilder.cs (6)
35if (ReferenceEquals(_firstSegment, _currentSegment)) 48var payload = new ReadOnlySequence<byte>(_firstSegment, 0, _currentSegment!, _currentSegmentIndex); 73Debug.Assert(_currentSegment is not null); 74var current = _currentSegment.Memory; 79_currentSegment = RecyclableReadOnlySequenceSegment.Create(_segmentSize, _currentSegment); 81current = _currentSegment.Memory;