2 references to _emailAddressAttribute
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (2)
71if (string.IsNullOrEmpty(email) || !_emailAddressAttribute.IsValid(email)) 355if (!string.IsNullOrEmpty(infoRequest.NewEmail) && !_emailAddressAttribute.IsValid(infoRequest.NewEmail))