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