4 references to GetProperties
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\DefaultApplicationModelProvider.cs (1)
63foreach (var propertyHelper in PropertyHelper.GetProperties(controllerType.AsType()))
src\Shared\PropertyHelper\PropertyHelper.cs (1)
50/// This constructor does not cache the helper. For caching, use <see cref="GetProperties(Type)"/>.
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ModelExplorer.cs (1)
183var propertyHelpers = PropertyHelper.GetProperties(ModelType);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
HtmlAttributePropertyHelperTest.cs (1)
95var helpers2 = PropertyHelper.GetProperties(anonymous.GetType());