3 writes to _firstSegment
Microsoft.AspNetCore.OutputCaching (3)
RecyclableSequenceBuilder.cs (3)
42_firstSegment = _currentSegment = null; 51_firstSegment = _currentSegment = null; 69_currentSegment = _firstSegment = RecyclableReadOnlySequenceSegment.Create(_segmentSize, null);
6 references to _firstSegment
Microsoft.AspNetCore.OutputCaching (6)
RecyclableSequenceBuilder.cs (6)
31if (_firstSegment is null) 35if (ReferenceEquals(_firstSegment, _currentSegment)) 38ReadOnlyMemory<byte> memory = _firstSegment.Memory.Slice(0, _currentSegmentIndex); 40RecyclableReadOnlySequenceSegment.RecycleChain(_firstSegment, recycleBuffers: false); 48var payload = new ReadOnlySequence<byte>(_firstSegment, 0, _currentSegment!, _currentSegmentIndex); 67if (_firstSegment is null)