2 writes to SessionIdentifier
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\3\DeviceBoundSessionJsonContext.SessionInstruction.g.cs (1)
64
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)obj).
SessionIdentifier
= value!,
DeviceBoundSessionHandler.cs (1)
300
SessionIdentifier
= sessionId,
2 references to SessionIdentifier
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\3\DeviceBoundSessionJsonContext.SessionInstruction.g.cs (2)
63
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)obj).
SessionIdentifier
,
195
string __value_SessionIdentifier = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)value).
SessionIdentifier
;