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