1 write to NewEmail
Microsoft.AspNetCore.Identity (1)
IdentityEndpointsJsonSerializerContext.InfoRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.InfoRequest(){ NewEmail = (string)args[0], NewPassword = (string)args[1], OldPassword = (string)args[2] },
8 references to NewEmail
Microsoft.AspNetCore.Identity (8)
IdentityApiEndpointRouteBuilderExtensions.cs (6)
357if (!string.IsNullOrEmpty(infoRequest.NewEmail) && !_emailAddressAttribute.IsValid(infoRequest.NewEmail)) 359return CreateValidationProblem(IdentityResult.Failed(userManager.ErrorDescriber.InvalidEmail(infoRequest.NewEmail))); 377if (!string.IsNullOrEmpty(infoRequest.NewEmail)) 381if (email != infoRequest.NewEmail) 383await SendConfirmationEmailAsync(user, userManager, context, infoRequest.NewEmail, isChange: true);
IdentityEndpointsJsonSerializerContext.InfoRequest.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.InfoRequest)obj).NewEmail, 126writer.WriteString(PropName_NewEmail, ((global::Microsoft.AspNetCore.Identity.Data.InfoRequest)value).NewEmail);