1 write to Email
Microsoft.AspNetCore.Identity (1)
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.RegisterRequest(){ Email = (string)args[0], Password = (string)args[1] },
3 references to Email
Microsoft.AspNetCore.Identity (3)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
69var email = registration.Email;
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)obj).Email, 112writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)value).Email);