4 references to _connections
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (4)
TlsEventPump.cs (4)
237
_connections
.TryRemove(fd, out _);
462
if (!
_connections
.TryGetValue(fd, out var conn))
526
internal void TrackConnectionForTest(int fd, ConnectionIoState conn) =>
_connections
[fd] = conn;
1023
_connections
[fd] = connectionState;