1 write to _webtransportSessions
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
73_webtransportSessions = new();
9 references to _webtransportSessions
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http3\Http3Connection.cs (9)
172if (_webtransportSessions is not null) 174foreach (var session in _webtransportSessions) 534if (_webtransportSessions is not null) 536foreach (var session in _webtransportSessions.Values) 635lock (_webtransportSessions!) 637if (!_webtransportSessions.TryGetValue(correspondingSession, out var session)) 926lock (_webtransportSessions!) 928Debug.Assert(!_webtransportSessions.ContainsKey(http3Stream.StreamId)); 931_webtransportSessions[http3Stream.StreamId] = session;