18 references to new
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
29private static readonly EmailAddressAttribute _emailAddressAttribute = new();
Microsoft.AspNetCore.Identity.UI (14)
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (1)
62[EmailAddress]
Areas\Identity\Pages\V4\Account\ForgotPassword.cshtml.cs (1)
40[EmailAddress]
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (1)
60[EmailAddress]
Areas\Identity\Pages\V4\Account\Manage\Email.cshtml.cs (1)
57[EmailAddress]
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (1)
56[EmailAddress]
Areas\Identity\Pages\V4\Account\ResendEmailConfirmation.cshtml.cs (1)
40[EmailAddress]
Areas\Identity\Pages\V4\Account\ResetPassword.cshtml.cs (1)
39[EmailAddress]
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (1)
62[EmailAddress]
Areas\Identity\Pages\V5\Account\ForgotPassword.cshtml.cs (1)
40[EmailAddress]
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (1)
60[EmailAddress]
Areas\Identity\Pages\V5\Account\Manage\Email.cshtml.cs (1)
57[EmailAddress]
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (1)
56[EmailAddress]
Areas\Identity\Pages\V5\Account\ResendEmailConfirmation.cshtml.cs (1)
40[EmailAddress]
Areas\Identity\Pages\V5\Account\ResetPassword.cshtml.cs (1)
39[EmailAddress]
Microsoft.Extensions.AI.Abstractions.Tests (1)
Utilities\AIJsonUtilitiesTests.cs (1)
1062[EmailAddress]
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
543[EmailAddress]
Microsoft.Extensions.Identity.Core (1)
UserValidator.cs (1)
91if (!new EmailAddressAttribute().IsValid(email))