2 writes to Scope
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\3\DeviceBoundSessionJsonContext.SessionInstruction.g.cs (1)
126Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)obj).Scope = value!,
DeviceBoundSessionHandler.cs (1)
302Scope = new SessionScope
2 references to Scope
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\3\DeviceBoundSessionJsonContext.SessionInstruction.g.cs (2)
125Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)obj).Scope, 206global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScope __value_Scope = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)value).Scope;