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