2 types derived from TypeWithAllNonNullProperties
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
DataAnnotationsMetadataProviderTest.cs (2)
1933private class DerivedTypeWithAllNonNullProperties : TypeWithAllNonNullProperties 1938private class DerivedTypeWithAllNonNullProperties_WithNullableProperties : TypeWithAllNonNullProperties
2 references to TypeWithAllNonNullProperties
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
DataAnnotationsMetadataProviderTest.cs (2)
1427var modelType = typeof(TypeWithAllNonNullProperties); 1428var property = modelType.GetProperty(nameof(TypeWithAllNonNullProperties.Property1));