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