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