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