3 references to IntProp
Microsoft.AspNetCore.Components.Tests (3)
ParameterViewTest.Assignment.cs (3)
197{ nameof(HasNonPublicPropertyWithParameterAttribute.IntProp), 123 }, 205Assert.Equal(default, target.IntProp); 207$"The type '{typeof(HasNonPublicPropertyWithParameterAttribute).FullName}' declares a parameter matching the name '{nameof(HasNonPublicPropertyWithParameterAttribute.IntProp)}' that is not public. Parameters must be public.",