8 references to IsRequired
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsMetadataProvider.cs (2)
342addInferredRequiredAttribute = IsRequired(context); 351addInferredRequiredAttribute = IsRequired(context);
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (6)
DataAnnotationsMetadataProviderTest.cs (6)
1589var result = DataAnnotationsMetadataProvider.IsRequired(context); 1605var result = DataAnnotationsMetadataProvider.IsRequired(context); 1622var result = DataAnnotationsMetadataProvider.IsRequired(context); 1641var result = DataAnnotationsMetadataProvider.IsRequired(context); 1658var result = DataAnnotationsMetadataProvider.IsRequired(context); 1675var result = DataAnnotationsMetadataProvider.IsRequired(context);