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) 530if (_webtransportSessions is not null) 532foreach (var session in _webtransportSessions.Values) 630lock (_webtransportSessions!) 632if (!_webtransportSessions.TryGetValue(correspondingSession, out var session)) 921lock (_webtransportSessions!) 923Debug.Assert(!_webtransportSessions.ContainsKey(http3Stream.StreamId)); 926_webtransportSessions[http3Stream.StreamId] = session;