3 instantiations of Type2
Microsoft.AspNetCore.Components.Tests (3)
CascadingParameterTest.cs (3)
794services.TryAddCascadingValue(_ => new Type2()); 809services.TryAddCascadingValue("Name3", _ => new Type2()); 824services.TryAddCascadingValue(_ => new CascadingValueSource<Type2>("Name3", new Type2(), false));
1 reference to Type2
Microsoft.AspNetCore.Components.Tests (1)
CascadingParameterTest.cs (1)
824services.TryAddCascadingValue(_ => new CascadingValueSource<Type2>("Name3", new Type2(), false));