1 write to _httpContext
Microsoft.AspNetCore.Components.Endpoints (1)
SessionCascadingValueSupplier.cs (1)
32_httpContext = httpContext;
4 references to _httpContext
Microsoft.AspNetCore.Components.Endpoints (4)
SessionCascadingValueSupplier.cs (4)
40if (_httpContext is not null) 43SessionEstablishmentHelper.TryRegisterSessionEstablishment(_httpContext); 76=> _httpContext is null ? null : SessionResolver.GetRequiredSession(_httpContext);