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)
127
throw new ObjectDisposedException(nameof(
SegmentWriteStream
), "The stream has been closed for writing.");
167
throw new ObjectDisposedException(nameof(
SegmentWriteStream
), "The stream has been closed for writing.");
Streams\ResponseCachingStream.cs (1)
13
private readonly
SegmentWriteStream
_segmentWriteStream;