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