3 references to DerivedTypeWithAllNonNullProperties
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
DataAnnotationsMetadataProviderTest.cs (3)
1223
[InlineData(nameof(
DerivedTypeWithAllNonNullProperties
.Property1))]
1224
[InlineData(nameof(
DerivedTypeWithAllNonNullProperties
.Property2))]
1230
var modelType = typeof(
DerivedTypeWithAllNonNullProperties
);