1 write to _httpContext
Microsoft.AspNetCore.Components.Endpoints (1)
SessionCascadingValueSupplier.cs (1)
32
_httpContext
= httpContext;
3 references to _httpContext
Microsoft.AspNetCore.Components.Endpoints (3)
SessionCascadingValueSupplier.cs (3)
40
if (!_onStartingRegistered &&
_httpContext
is not null)
43
_httpContext
.Response.OnStarting(PersistAllValues);
65
internal ISession? GetSession() =>
_httpContext
?.Features.Get<ISessionFeature>()?.Session;