2 writes to UserId
Microsoft.AspNetCore.Identity (2)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions(){ RpId = (string)args[0],
UserId
= (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], AllAcceptedCredentialIds = (global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.BufferSource>)args[2] },
PasskeyHandler.cs (1)
174
UserId
= BufferSource.FromString(userId),
2 references to UserId
Microsoft.AspNetCore.Identity (2)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (2)
83
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)obj).
UserId
,
142
global::Microsoft.AspNetCore.Identity.BufferSource __value_UserId = ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)value).
UserId
;