6 references to GetVisibleProperties
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\Metadata\DefaultBindingMetadataProvider.cs (1)
122var properties = PropertyHelper.GetVisibleProperties(type);
ModelBinding\Metadata\DefaultModelMetadataProvider.cs (2)
217var propertyHelpers = PropertyHelper.GetVisibleProperties(propertyKey.ContainerType!); 335var propertyHelpers = PropertyHelper.GetVisibleProperties(key.ModelType);
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\DefaultPageApplicationModelProvider.cs (1)
126var properties = PropertyHelper.GetVisibleProperties(pageModel.HandlerType.AsType());
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Filters\SaveTempDataPropertyFilterBase.cs (1)
89var propertyHelpers = PropertyHelper.GetVisibleProperties(type: type);
Filters\ViewDataAttributePropertyProvider.cs (1)
15var propertyHelpers = PropertyHelper.GetVisibleProperties(type: type);