1 write to _httpContext
Microsoft.AspNetCore.Components.Endpoints (1)
SessionCascadingValueSupplier.cs (1)
31
_httpContext
= httpContext;
3 references to _httpContext
Microsoft.AspNetCore.Components.Endpoints (3)
SessionCascadingValueSupplier.cs (3)
39
if (
_httpContext
is not null)
42
SessionEstablishmentHelper.TryRegisterSessionEstablishment(
_httpContext
);
64
internal ISession? GetSession() =>
_httpContext
?.Features.Get<ISessionFeature>()?.Session;