Base:
property
MemoryPool
Microsoft.AspNetCore.Connections.TransportConnection.MemoryPool
1 write to MemoryPool
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
50
MemoryPool
= connection.MemoryPool;
2 references to MemoryPool
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
60
var inputOptions = new PipeOptions(
MemoryPool
, PipeScheduler.ThreadPool, PipeScheduler.Inline, maxReadBufferSize, maxReadBufferSize / 2, useSynchronizationContext: false);
61
var outputOptions = new PipeOptions(
MemoryPool
, PipeScheduler.Inline, PipeScheduler.ThreadPool, maxWriteBufferSize, maxWriteBufferSize / 2, useSynchronizationContext: false);