17 references to CreateCascadingParameterInfo
Microsoft.AspNetCore.Components.Tests (17)
PersistentValueProviderComponentSubscriptionTests.cs (17)
28var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(TestComponent.State), typeof(string)); 50var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(TestComponent.State), typeof(string)); 80var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(TestComponent.State), typeof(string)); 104var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(TestComponent.State), typeof(string)); 140var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(ValueTypeTestComponent.IntValue), typeof(int)); 170var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(ValueTypeTestComponent.NullableIntValue), typeof(int?)); 194var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(TestComponent.State), typeof(string)); 263var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(TestComponent.State), typeof(string)); 311var cascadingParameterInfo = CreateCascadingParameterInfo( 363CreateCascadingParameterInfo(nameof(MultiplePropertiesComponent.StringValue), typeof(string)), 368CreateCascadingParameterInfo(nameof(MultiplePropertiesComponent.IntValue), typeof(int)), 373CreateCascadingParameterInfo(nameof(MultiplePropertiesComponent.BoolValue), typeof(bool)), 420CreateCascadingParameterInfo(nameof(ValueTypeTestComponent.IntValue), typeof(int)), 425CreateCascadingParameterInfo(nameof(ValueTypeTestComponent.NullableIntValue), typeof(int?)), 654var cascadingParameterInfo = CreateCascadingParameterInfo("PrivateValue", typeof(string)); 677var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(ComponentWithPrivateGetter.PropertyWithPrivateGetter), typeof(string)); 700var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(TestComponent.State), typeof(string));