2 instantiations of CreditCardAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
DataAnnotationsModelValidatorTest.cs (1)
475new CreditCardAttribute() { ErrorMessage = LocalizationKey },
ValidationAttributeAdapterProviderTest.cs (1)
70{ new CreditCardAttribute(), "data-val-creditcard" },
2 references to CreditCardAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
ValidationAttributeAdapterProvider.cs (1)
46else if (typeof(CreditCardAttribute).IsAssignableFrom(type))
System.ComponentModel.DataAnnotations (1)
System.ComponentModel.DataAnnotations.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.CreditCardAttribute))]