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