1 write to Email
Microsoft.AspNetCore.Identity (1)
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
69
var email = registration.
Email
;
IdentityEndpointsJsonSerializerContext.RegisterRequest.g.cs (2)
58
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)obj).
Email
,
112
writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.RegisterRequest)value).
Email
);