2 references to GetProperties
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\DefaultApplicationModelProvider.cs (1)
62
foreach (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)"/>.