1 instantiation of HasPropertyWithParameterAndSupplyParameterFromQueryAttributes
Microsoft.AspNetCore.Components.Tests (1)
ParameterViewTest.Assignment.cs (1)
306var target = new HasPropertyWithParameterAndSupplyParameterFromQueryAttributes();
3 references to HasPropertyWithParameterAndSupplyParameterFromQueryAttributes
Microsoft.AspNetCore.Components.Tests (3)
ParameterViewTest.Assignment.cs (3)
306var target = new HasPropertyWithParameterAndSupplyParameterFromQueryAttributes(); 308builder.Add(nameof(HasPropertyWithParameterAndSupplyParameterFromQueryAttributes.Parameter), "Non-cascading", cascading: false); 309builder.Add(nameof(HasPropertyWithParameterAndSupplyParameterFromQueryAttributes.Parameter), "Cascading", cascading: true);