8 instantiations of PhoneAttribute
Identity.ExternalClaims (1)
Pages\Account\Manage\Index.cshtml.cs (1)
50[Phone]
IdentitySample.DefaultUI (1)
Areas\Identity\Pages\Account\Manage\Index.cshtml.cs (1)
35[Phone]
IdentitySample.Mvc (2)
Models\ManageViewModels\AddPhoneNumberViewModel.cs (1)
11[Phone]
Models\ManageViewModels\VerifyPhoneNumberViewModel.cs (1)
14[Phone]
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]
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
DataAnnotationsModelValidatorTest.cs (1)
495new PhoneAttribute() { ErrorMessage = LocalizationKey },
ValidationAttributeAdapterProviderTest.cs (1)
72{ new PhoneAttribute(), "data-val-phone" }
2 references to 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))]