5 references to StreamUtilities
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
499
StreamUtilities
.BodySegmentSize,
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (3)
EndToEndBenchmarks.cs (3)
122
using (var oc = new OutputCacheStream(Stream.Null, _options.MaximumBodySize,
StreamUtilities
.BodySegmentSize, _noop))
138
using (var oc = new OutputCacheStream(Stream.Null, _options.MaximumBodySize,
StreamUtilities
.BodySegmentSize, _noop))
154
using (var oc = new OutputCacheStream(Stream.Null, _options.MaximumBodySize,
StreamUtilities
.BodySegmentSize, _noop))
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
30
StreamUtilities
.BodySegmentSize = 10;