4 references to GetProperties
Microsoft.AspNetCore.Mvc.Core.Test (4)
RequestFormLimitsAttributeTest.cs (4)
15var formOptionsProperties = GetProperties(typeof(FormOptions)); 16var formLimitsAttributeProperties = GetProperties(typeof(RequestFormLimitsAttribute)); 32var formOptionsProperties = GetProperties(typeof(FormOptions)); 33var formLimitsAttributeProperties = GetProperties(typeof(RequestFormLimitsAttribute));