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