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