1 write to _maxBufferSize
Microsoft.AspNetCore.OutputCaching (1)
Streams\OutputCacheStream.cs (1)
19_maxBufferSize = maxBufferSize;
4 references to _maxBufferSize
Microsoft.AspNetCore.OutputCaching (4)
Streams\OutputCacheStream.cs (4)
119if (_segmentWriteStream.Length + count > _maxBufferSize) 145if (_segmentWriteStream.Length + buffer.Length > _maxBufferSize) 174if (_segmentWriteStream.Length + buffer.Length > _maxBufferSize) 199if (_segmentWriteStream.Length + 1 > _maxBufferSize)