3 writes to Id
Microsoft.AspNetCore.Identity (3)
IdentityJsonSerializerContext.PublicKeyCredentialDescriptor.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor(){ Type = (string)args[0],
Id
= (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], Transports = (global::System.Collections.Generic.IReadOnlyList<string>)args[2] },
PasskeyHandler.cs (2)
102
Id
= BufferSource.FromBytes(p.CredentialId),
153
Id
= BufferSource.FromBytes(p.CredentialId),
2 references to Id
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PublicKeyCredentialDescriptor.g.cs (2)
81
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor)obj).
Id
,
139
global::Microsoft.AspNetCore.Identity.BufferSource __value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor)value).
Id
;