2 writes to DisplayName
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)
60DisplayName = userEntity.DisplayName,
2 references to DisplayName
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PublicKeyCredentialUserEntity.g.cs (2)
104Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)obj).DisplayName, 146string __value_DisplayName = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)value).DisplayName;