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