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