1 instantiation of MultiplePropertiesComponent
Microsoft.AspNetCore.Components.Tests (1)
PersistentValueProviderComponentSubscriptionTests.cs (1)
339var component = new MultiplePropertiesComponent
7 references to MultiplePropertiesComponent
Microsoft.AspNetCore.Components.Tests (7)
PersistentValueProviderComponentSubscriptionTests.cs (7)
339var component = new MultiplePropertiesComponent 348var stringKey = PersistentStateValueProviderKeyResolver.ComputeKey(componentState, nameof(MultiplePropertiesComponent.StringValue)); 349var intKey = PersistentStateValueProviderKeyResolver.ComputeKey(componentState, nameof(MultiplePropertiesComponent.IntValue)); 350var boolKey = PersistentStateValueProviderKeyResolver.ComputeKey(componentState, nameof(MultiplePropertiesComponent.BoolValue)); 363CreateCascadingParameterInfo(nameof(MultiplePropertiesComponent.StringValue), typeof(string)), 368CreateCascadingParameterInfo(nameof(MultiplePropertiesComponent.IntValue), typeof(int)), 373CreateCascadingParameterInfo(nameof(MultiplePropertiesComponent.BoolValue), typeof(bool)),