1 write to _pipelineFactory
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Http1\Http1ConnectionTestsBase.cs (1)
34
_pipelineFactory
= PinnedBlockMemoryPoolFactory.Create();
3 references to _pipelineFactory
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
Http1\Http1ConnectionTestsBase.cs (3)
35
var options = new PipeOptions(
_pipelineFactory
, readerScheduler: PipeScheduler.Inline, writerScheduler: PipeScheduler.Inline, useSynchronizationContext: false);
59
memoryPool:
_pipelineFactory
,
76
_pipelineFactory
.Dispose();