2 writes to IntValue
Microsoft.AspNetCore.Components.Tests (2)
PersistentValueProviderComponentSubscriptionTests.cs (2)
132
var component = new ValueTypeTestComponent {
IntValue
= 42 };
401
IntValue
= 42,
4 references to IntValue
Microsoft.AspNetCore.Components.Tests (4)
PersistentValueProviderComponentSubscriptionTests.cs (4)
136
var key = PersistentStateValueProviderKeyResolver.ComputeKey(componentState, nameof(ValueTypeTestComponent.
IntValue
));
140
var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(ValueTypeTestComponent.
IntValue
), typeof(int));
407
var intKey = PersistentStateValueProviderKeyResolver.ComputeKey(componentState, nameof(ValueTypeTestComponent.
IntValue
));
420
CreateCascadingParameterInfo(nameof(ValueTypeTestComponent.
IntValue
), typeof(int)),