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