2 instantiations of PhoneAttribute
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\Manage\Index.cshtml.cs (1)
47[Phone]
Areas\Identity\Pages\V5\Account\Manage\Index.cshtml.cs (1)
47[Phone]
3 references to PhoneAttribute
Microsoft.AspNetCore.Components.Endpoints (1)
Forms\DataAnnotationsClientValidationProvider.cs (1)
188case PhoneAttribute:
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
ValidationAttributeAdapterProvider.cs (1)
62else 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))]