1 write to _httpContext
Microsoft.AspNetCore.Components.Endpoints (1)
SessionCascadingValueSupplier.cs (1)
30
_httpContext
= httpContext;
4 references to _httpContext
Microsoft.AspNetCore.Components.Endpoints (4)
SessionCascadingValueSupplier.cs (4)
38
if (
_httpContext
is not null)
41
SessionEstablishmentHelper.TryRegisterSessionEstablishment(
_httpContext
);
67
=>
_httpContext
is null ? null : SessionResolver.GetRequiredSession(
_httpContext
);