2 references to TypeImplementIInterfaceWithNonNullProperty_AsNullable
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
DataAnnotationsMetadataProviderTest.cs (2)
1366
var modelType = typeof(
TypeImplementIInterfaceWithNonNullProperty_AsNullable
);
1367
var property = modelType.GetProperty(nameof(
TypeImplementIInterfaceWithNonNullProperty_AsNullable
.Property));