4 references to TryAddCascadingValue
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
73services.TryAddCascadingValue(sp => sp.GetRequiredService<EndpointHtmlRenderer>().HttpContext);
Microsoft.AspNetCore.Components.Tests (3)
CascadingParameterTest.cs (3)
737services.TryAddCascadingValue(_ => new Type1()); 738services.TryAddCascadingValue(_ => new Type1()); 739services.TryAddCascadingValue(_ => new Type2());