2 writes to Id
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PublicKeyCredentialUserEntity.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity(){ Id = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Name = (string)args[1], DisplayName = (string)args[2] },
PasskeyHandler.cs (1)
58Id = BufferSource.FromString(userEntity.Id),
2 references to Id
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PublicKeyCredentialUserEntity.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)obj).Id, 135global::Microsoft.AspNetCore.Identity.BufferSource __value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)value).Id;