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)
38if (_httpContext is not null) 41SessionEstablishmentHelper.TryRegisterSessionEstablishment(_httpContext); 67=> _httpContext is null ? null : SessionResolver.GetRequiredSession(_httpContext);