6 references to PropName_Email
Microsoft.AspNetCore.Identity (6)
_generated\10\IdentityEndpointsJsonSerializerContext.ResendConfirmationEmailRequest.g.cs (1)
91
writer.WriteString(
PropName_Email
, ((global::Microsoft.AspNetCore.Identity.Data.ResendConfirmationEmailRequest)value).Email);
_generated\11\IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (1)
137
writer.WriteString(
PropName_Email
, ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)value).Email);
_generated\4\IdentityEndpointsJsonSerializerContext.ForgotPasswordRequest.g.cs (1)
91
writer.WriteString(
PropName_Email
, ((global::Microsoft.AspNetCore.Identity.Data.ForgotPasswordRequest)value).Email);
_generated\6\IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (1)
112
writer.WriteString(
PropName_Email
, ((global::Microsoft.AspNetCore.Identity.Data.InfoResponse)value).Email);
_generated\7\IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (1)
154
writer.WriteString(
PropName_Email
, ((global::Microsoft.AspNetCore.Identity.Data.LoginRequest)value).Email);
_generated\9\IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (1)
114
writer.WriteString(
PropName_Email
, ((global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)value).Email);