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