2 writes to Email
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
462Email = await userManager.GetEmailAsync(user) ?? throw new NotSupportedException("Users must have an email."),
IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.InfoResponse(){ Email = (string)args[0], IsEmailConfirmed = (bool)args[1] },
3 references to Email
Microsoft.AspNetCore.Identity (3)
Data\InfoResponse.cs (1)
19/// Indicates whether or not the <see cref="Email"/> has been confirmed yet.
IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.InfoResponse)obj).Email, 110writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.InfoResponse)value).Email);