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