2 writes to Pump
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
TlsEventPump.cs (2)
812
?? new ConnectionIoState(fd, conn.Session, _connectionIoStateLogger) {
Pump
= this };
927
var earlyState = new ConnectionIoState(fd, conn.Session, _connectionIoStateLogger) {
Pump
= this };
1 reference to Pump
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
ConnectionIoState.cs (1)
129
if (
Pump
is { } pump && !pump.ModifyEvents(Fd, events))