6 references to PropName_Email
Microsoft.AspNetCore.Identity (6)
IdentityEndpointsJsonSerializerContext.ForgotPasswordRequest.g.cs (1)
89writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest)value).Email);
IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (1)
110writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.InfoResponse)value).Email);
IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (1)
152writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.LoginRequest)value).Email);
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (1)
112writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)value).Email);
IdentityEndpointsJsonSerializerContext.ResendConfirmationEmailRequest.g.cs (1)
89writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest)value).Email);
IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (1)
135writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)value).Email);