4 references to GetProperties
Microsoft.AspNetCore.Mvc.Core (3)
src\Shared\PropertyHelper\PropertyHelper.cs (3)
125return GetProperties(type, PropertiesCache); 333foreach (var helper in GetProperties(value.GetType(), PropertiesCache)) 423var allProperties = GetProperties(type, allPropertiesCache);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
HtmlAttributePropertyHelper.cs (1)
39var propertyHelpers = PropertyHelper.GetProperties(type, cache: null);