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)
39if (_httpContext is not null) 42SessionEstablishmentHelper.TryRegisterSessionEstablishment(_httpContext); 64internal ISession? GetSession() => _httpContext?.Features.Get<ISessionFeature>()?.Session;