11 instantiations of ValueType1
Microsoft.AspNetCore.Components.Tests (11)
CascadingParameterStateTest.cs (11)
97CreateCascadingValueComponent(new ValueType1()), 122CreateCascadingValueComponent(new ValueType1()), 235CreateCascadingValueComponent(new ValueType1(), "MatchOnName"), 250CreateCascadingValueComponent(new ValueType1()), 265CreateCascadingValueComponent(new ValueType1(), "MismatchName"), 295CreateCascadingValueComponent(new ValueType1(), "matchonNAME"), // To show it's case-insensitive 314CreateCascadingValueComponent(new ValueType1()), 316CreateCascadingValueComponent(new ValueType1()), 342CreateCascadingValueComponent(new ValueType1()), 367CreateCascadingValueComponent(new ValueType1()), 382CreateCascadingValueComponent(new ValueType1()),
4 references to ValueType1
Microsoft.AspNetCore.Components.Tests (4)
CascadingParameterStateTest.cs (4)
221new ComponentWithGenericCascadingParam<ValueType1>()); 343CreateCascadingValueComponent((ValueType1)null), 455[CascadingParameter] internal ValueType1 CascadingParam1 { get; set; } 474internal ValueType1 SomeLocalName { get; set; }