4 references to DerivedTypeWithAllNonNullProperties_WithNullableProperties
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (4)
DataAnnotationsMetadataProviderTest.cs (4)
1249var modelType = typeof(DerivedTypeWithAllNonNullProperties_WithNullableProperties); 1250var property = modelType.GetProperty(nameof(DerivedTypeWithAllNonNullProperties_WithNullableProperties.Property1)); 1268var modelType = typeof(DerivedTypeWithAllNonNullProperties_WithNullableProperties); 1269var property = modelType.GetProperty(nameof(DerivedTypeWithAllNonNullProperties_WithNullableProperties.Property2));