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);