2 writes to UserId
Microsoft.AspNetCore.Identity (2)
_generated\30\IdentityJsonSerializerContext.CurrentUserDetailsSignalOptions.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.CurrentUserDetailsSignalOptions(){ RpId = (string)args[0],
UserId
= (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], Name = (string)args[2], DisplayName = (string)args[3] },
PasskeyHandler.cs (1)
203
UserId
= BufferSource.FromString(userEntity.Id),
2 references to UserId
Microsoft.AspNetCore.Identity (2)
_generated\30\IdentityJsonSerializerContext.CurrentUserDetailsSignalOptions.g.cs (2)
83
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.CurrentUserDetailsSignalOptions)obj).
UserId
,
165
global::Microsoft.AspNetCore.Identity.BufferSource __value_UserId = ((global::Microsoft.AspNetCore.Identity.CurrentUserDetailsSignalOptions)value).
UserId
;