1 instantiation of HasNonPublicPropertyWithParameterAttribute
Microsoft.AspNetCore.Components.Tests (1)
ParameterViewTest.Assignment.cs (1)
194var target = new HasNonPublicPropertyWithParameterAttribute();
4 references to HasNonPublicPropertyWithParameterAttribute
Microsoft.AspNetCore.Components.Tests (4)
ParameterViewTest.Assignment.cs (4)
194var target = new HasNonPublicPropertyWithParameterAttribute(); 197{ nameof(HasNonPublicPropertyWithParameterAttribute.IntProp), 123 }, 207$"The type '{typeof(HasNonPublicPropertyWithParameterAttribute).FullName}' declares a parameter matching the name '{nameof(HasNonPublicPropertyWithParameterAttribute.IntProp)}' that is not public. Parameters must be public.",