3 references to PhoneAttribute
Microsoft.AspNetCore.Components.Forms (1)
ClientValidation\DefaultClientValidationService.cs (1)
133
case
PhoneAttribute
:
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
ValidationAttributeAdapterProvider.cs (1)
62
else if (typeof(
PhoneAttribute
).IsAssignableFrom(type))
System.ComponentModel.DataAnnotations (1)
System.ComponentModel.DataAnnotations.cs (1)
25
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataAnnotations.
PhoneAttribute
))]