1 write to IntValue
Microsoft.AspNetCore.Components.Tests (1)
SupplyParameterFromPersistentComponentStateValueProviderTests.cs (1)
446var component = new ValueTypeTestComponent { IntValue = 42 };
1 reference to IntValue
Microsoft.AspNetCore.Components.Tests (1)
SupplyParameterFromPersistentComponentStateValueProviderTests.cs (1)
452var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(ValueTypeTestComponent.IntValue), typeof(int));