1 write to _httpContext
Microsoft.AspNetCore.Components.Endpoints (1)
SessionCascadingValueSupplier.cs (1)
32
_httpContext
= httpContext;
4 references to _httpContext
Microsoft.AspNetCore.Components.Endpoints (4)
SessionCascadingValueSupplier.cs (4)
40
if (
_httpContext
is not null)
43
SessionEstablishmentHelper.TryRegisterSessionEstablishment(
_httpContext
);
76
=>
_httpContext
is null ? null : SessionResolver.GetRequiredSession(
_httpContext
);