1 write to _segmentSize
Microsoft.AspNetCore.OutputCaching (1)
Streams\OutputCacheStream.cs (1)
20
_segmentSize
= segmentSize;
1 reference to _segmentSize
Microsoft.AspNetCore.OutputCaching (1)
Streams\OutputCacheStream.cs (1)
22
_segmentWriteStream = new(
_segmentSize
);