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