1 instantiation of SegmentWriteStream
Microsoft.AspNetCore.ResponseCaching (1)
Streams\ResponseCachingStream.cs (1)
22_segmentWriteStream = new SegmentWriteStream(_segmentSize);
3 references to SegmentWriteStream
Microsoft.AspNetCore.ResponseCaching (3)
src\Shared\SegmentWriteStream.cs (2)
127throw new ObjectDisposedException(nameof(SegmentWriteStream), "The stream has been closed for writing."); 167throw new ObjectDisposedException(nameof(SegmentWriteStream), "The stream has been closed for writing.");
Streams\ResponseCachingStream.cs (1)
13private readonly SegmentWriteStream _segmentWriteStream;