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