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