3 references to GetProperties
Microsoft.AspNetCore.Http.Abstractions (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);