1 instantiation of HasPropertyWithoutParameterAttribute
Microsoft.AspNetCore.Components.Tests (1)
ParameterViewTest.Assignment.cs (1)
172
var target = new
HasPropertyWithoutParameterAttribute
();
4 references to HasPropertyWithoutParameterAttribute
Microsoft.AspNetCore.Components.Tests (4)
ParameterViewTest.Assignment.cs (4)
172
var
target = new HasPropertyWithoutParameterAttribute();
175
{ nameof(
HasPropertyWithoutParameterAttribute
.IntProp), 123 },
185
$"Object of type '{typeof(
HasPropertyWithoutParameterAttribute
).FullName}' has a property matching the name '{nameof(
HasPropertyWithoutParameterAttribute
.IntProp)}', " +