1 write to _pendingConnections
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
53
_pendingConnections
= new ConditionalWeakTable<QuicConnection, QuicConnectionContext>();
3 references to _pendingConnections
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
Internal\QuicConnectionListener.cs (3)
68
_pendingConnections
.Add(connection, currentAcceptingConnection);
159
if (!
_pendingConnections
.TryGetValue(quicConnection, out var connectionContext))
165
_pendingConnections
.Remove(quicConnection);