3 instantiations of SocketSenderPool
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
Client\SocketConnectionFactory.cs (1)
44_socketSenderPool = new SocketSenderPool(awaiterScheduler);
SocketConnectionContextFactory.cs (2)
58SocketSenderPool = new SocketSenderPool(PipeScheduler.Inline), 75SocketSenderPool = new SocketSenderPool(PipeScheduler.Inline),
4 references to SocketSenderPool
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (4)
Client\SocketConnectionFactory.cs (1)
22private readonly SocketSenderPool _socketSenderPool;
Internal\SocketConnection.cs (2)
21private readonly SocketSenderPool _socketSenderPool; 38SocketSenderPool socketSenderPool,
SocketConnectionContextFactory.cs (1)
122public SocketSenderPool SocketSenderPool { get; init; } = default!;