1 override of MemoryPool
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
73public override MemoryPool<byte> MemoryPool { get; }
1 reference to MemoryPool
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Servers\Kestrel\shared\TransportConnection.FeatureCollection.cs (1)
19MemoryPool<byte> IMemoryPoolFeature.MemoryPool => MemoryPool;