5 instantiations of ComponentWithGenericCascadingParam
Microsoft.AspNetCore.Components.Tests (5)
CascadingParameterStateTest.cs (5)
149new ComponentWithGenericCascadingParam<CascadingValueTypeBaseClass>()); 168new ComponentWithGenericCascadingParam<ICascadingValueTypeDerivedClassInterface>()); 187new ComponentWithGenericCascadingParam<CascadingValueTypeDerivedClass>()); 202new ComponentWithGenericCascadingParam<CascadingValueTypeBaseClass>()); 221new ComponentWithGenericCascadingParam<ValueType1>());
3 references to ComponentWithGenericCascadingParam
Microsoft.AspNetCore.Components.Tests (3)
CascadingParameterStateTest.cs (3)
157Assert.Equal(nameof(ComponentWithGenericCascadingParam<object>.LocalName), match.ParameterInfo.PropertyName); 176Assert.Equal(nameof(ComponentWithGenericCascadingParam<object>.LocalName), match.ParameterInfo.PropertyName); 210Assert.Equal(nameof(ComponentWithGenericCascadingParam<object>.LocalName), match.ParameterInfo.PropertyName);