8 references to CreateOutputProducer
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (8)
Http1\Http1OutputProducerTests.cs (8)
44
using (var socketOutput =
CreateOutputProducer
(pipeOptions))
69
var socketOutput =
CreateOutputProducer
(pipeOptions);
97
var socketOutput =
CreateOutputProducer
(pipeOptions);
123
var outputProducer =
CreateOutputProducer
(connectionContext: mockConnectionContext.Object, metricsContext: metricsContext);
151
using (var socketOutput =
CreateOutputProducer
(pipeOptions))
171
using (var socketOutput =
CreateOutputProducer
(pipeOptions))
191
using (var socketOutput =
CreateOutputProducer
(pipeOptions))
213
using (var socketOutput =
CreateOutputProducer
(pipeOptions))