1 instantiation of HasParameterClashingWithInherited
Microsoft.AspNetCore.Components.Tests (1)
ParameterViewTest.Assignment.cs (1)
571var target = new HasParameterClashingWithInherited();
3 references to HasParameterClashingWithInherited
Microsoft.AspNetCore.Components.Tests (3)
ParameterViewTest.Assignment.cs (3)
571var target = new HasParameterClashingWithInherited(); 579$"The type '{typeof(HasParameterClashingWithInherited).FullName}' declares more than one parameter matching the " + 580$"name '{nameof(HasParameterClashingWithInherited.IntProp).ToLowerInvariant()}'. Parameter names are case-insensitive and must be unique.",