3 references to Property1
Microsoft.AspNetCore.Mvc.Core.Test (3)
DependencyInjection\ApplicationModelConventionExtensionsTest.cs (3)
94
var property1 = controllerType1.GetProperty(nameof(HelloController.
Property1
));
261
new PropertyModel(controllerType.GetProperty(nameof(HelloController.
Property1
)), Array.Empty<object>())
287
new PropertyModel(controllerType.GetProperty(nameof(HelloController.
Property1
)), new[] { propertyModelConvention })