1 instantiation of RecyclableSequenceBuilder
Microsoft.AspNetCore.OutputCaching (1)
Streams\OutputCacheStream.cs (1)
22_segmentWriteStream = new(_segmentSize);
2 references to RecyclableSequenceBuilder
Microsoft.AspNetCore.OutputCaching (2)
RecyclableSequenceBuilder.cs (1)
65static void Throw() => throw new ObjectDisposedException(nameof(RecyclableSequenceBuilder), "The stream has been closed for writing.");
Streams\OutputCacheStream.cs (1)
13private readonly RecyclableSequenceBuilder _segmentWriteStream;