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) 536if (_webtransportSessions is not null) 538foreach (var session in _webtransportSessions.Values) 645lock (_webtransportSessions!) 647if (!_webtransportSessions.TryGetValue(correspondingSession, out var session)) 932lock (_webtransportSessions!) 934Debug.Assert(!_webtransportSessions.ContainsKey(http3Stream.StreamId)); 937_webtransportSessions[http3Stream.StreamId] = session;