2 writes to Origin
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\4\DeviceBoundSessionJsonContext.SessionScope.g.cs (1)
64Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScope)obj).Origin = value!,
DeviceBoundSessionHandler.cs (1)
304Origin = origin,
2 references to Origin
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\4\DeviceBoundSessionJsonContext.SessionScope.g.cs (2)
63Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScope)obj).Origin, 133string __value_Origin = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScope)value).Origin;