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