1 write to NullableTupleValue
Microsoft.AspNetCore.Components.Tests (1)
SupplyParameterFromPersistentComponentStateValueProviderTests.cs (1)
551var component = new ValueTypeTestComponent { NullableTupleValue = ("test2", 789) };
1 reference to NullableTupleValue
Microsoft.AspNetCore.Components.Tests (1)
SupplyParameterFromPersistentComponentStateValueProviderTests.cs (1)
557var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(ValueTypeTestComponent.NullableTupleValue), typeof((string, int)?));