2 writes to NullableIntValue
Microsoft.AspNetCore.Components.Tests (2)
PersistentValueProviderComponentSubscriptionTests.cs (2)
162
var component = new ValueTypeTestComponent {
NullableIntValue
= 42 };
402
NullableIntValue
= 100
4 references to NullableIntValue
Microsoft.AspNetCore.Components.Tests (4)
PersistentValueProviderComponentSubscriptionTests.cs (4)
166
var key = PersistentStateValueProviderKeyResolver.ComputeKey(componentState, nameof(ValueTypeTestComponent.
NullableIntValue
));
170
var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(ValueTypeTestComponent.
NullableIntValue
), typeof(int?));
408
var nullableIntKey = PersistentStateValueProviderKeyResolver.ComputeKey(componentState, nameof(ValueTypeTestComponent.
NullableIntValue
));
425
CreateCascadingParameterInfo(nameof(ValueTypeTestComponent.
NullableIntValue
), typeof(int?)),