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)
40if (!_onStartingRegistered && _httpContext is not null) 43_httpContext.Response.OnStarting(PersistAllValues); 65internal ISession? GetSession() => _httpContext?.Features.Get<ISessionFeature>()?.Session;