2 writes to Name
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)
59Name = userEntity.Name,
2 references to Name
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PublicKeyCredentialUserEntity.g.cs (2)
81Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)obj).Name, 141string __value_Name = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)value).Name;