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