1 write to TupleValue
Microsoft.AspNetCore.Components.Tests (1)
SupplyParameterFromPersistentComponentStateValueProviderTests.cs (1)
516
var component = new ValueTypeTestComponent {
TupleValue
= ("test", 456) };
1 reference to TupleValue
Microsoft.AspNetCore.Components.Tests (1)
SupplyParameterFromPersistentComponentStateValueProviderTests.cs (1)
522
var cascadingParameterInfo = CreateCascadingParameterInfo(nameof(ValueTypeTestComponent.
TupleValue
), typeof((string, int)));