1 write to _segmentSize
Microsoft.AspNetCore.OutputCaching (1)
RecyclableSequenceBuilder.cs (1)
24_segmentSize = segmentSize;
2 references to _segmentSize
Microsoft.AspNetCore.OutputCaching (2)
RecyclableSequenceBuilder.cs (2)
69_currentSegment = _firstSegment = RecyclableReadOnlySequenceSegment.Create(_segmentSize, null); 79_currentSegment = RecyclableReadOnlySequenceSegment.Create(_segmentSize, _currentSegment);