3 references to CascadingValueSource
Microsoft.AspNetCore.Components.Tests (3)
CascadingParameterTest.cs (3)
822services.TryAddCascadingValue(_ => new CascadingValueSource<Type1>("Name1", new Type1(), false)); 823services.TryAddCascadingValue(_ => new CascadingValueSource<Type1>("Name2", new Type1(), false)); 824services.TryAddCascadingValue(_ => new CascadingValueSource<Type2>("Name3", new Type2(), false));