1 write to _dirtyMemoryPool
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Http2\Http2FrameWriterTests.cs (1)
31
_dirtyMemoryPool
= dirtyMemoryPool.Object;
4 references to _dirtyMemoryPool
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (4)
Http2\Http2FrameWriterTests.cs (4)
38
var pipe = new Pipe(new PipeOptions(
_dirtyMemoryPool
, PipeScheduler.Inline, PipeScheduler.Inline));
53
return new Http2FrameWriter(pipe.Writer, null, null, 1, null, null, null,
_dirtyMemoryPool
, serviceContext);
60
var pipe = new Pipe(new PipeOptions(
_dirtyMemoryPool
, PipeScheduler.Inline, PipeScheduler.Inline));
76
var pipe = new Pipe(new PipeOptions(
_dirtyMemoryPool
, PipeScheduler.Inline, PipeScheduler.Inline));