2 writes to IsEmailConfirmed
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
463IsEmailConfirmed = await userManager.IsEmailConfirmedAsync(user),
IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.InfoResponse(){ Email = (string)args[0], IsEmailConfirmed = (bool)args[1] },
2 references to IsEmailConfirmed
Microsoft.AspNetCore.Identity (2)
IdentityEndpointsJsonSerializerContext.InfoResponse.g.cs (2)
81Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.InfoResponse)obj).IsEmailConfirmed, 111writer.WriteBoolean(PropName_IsEmailConfirmed, ((global::Microsoft.AspNetCore.Identity.Data.InfoResponse)value).IsEmailConfirmed);