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) 631lock (_webtransportSessions!) 633if (!_webtransportSessions.TryGetValue(correspondingSession, out var session)) 922lock (_webtransportSessions!) 924Debug.Assert(!_webtransportSessions.ContainsKey(http3Stream.StreamId)); 927_webtransportSessions[http3Stream.StreamId] = session;