2 instantiations of CustomValidationAttribute
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
ValidationIntegrationTests.cs (1)
2408
[
CustomValidation
(typeof(Validation_TopLevelProperty_ValidationOnPropertyController), nameof(Validate))]
ValidationWithRecordIntegrationTests.cs (1)
2196
[
CustomValidation
(typeof(Validation_TopLevelProperty_ValidationOnPropertyController), nameof(Validate))]
1 reference to CustomValidationAttribute
System.ComponentModel.DataAnnotations (1)
System.ComponentModel.DataAnnotations.cs (1)
9
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.
CustomValidationAttribute
))]