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