2 writes to IncludeSite
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\4\DeviceBoundSessionJsonContext.SessionScope.g.cs (1)
84
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScope)obj).
IncludeSite
= value!,
DeviceBoundSessionHandler.cs (1)
305
IncludeSite
= Options.IncludeSite,
2 references to IncludeSite
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\4\DeviceBoundSessionJsonContext.SessionScope.g.cs (2)
83
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScope)obj).
IncludeSite
,
138
writer.WriteBoolean(PropName_include_site, ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScope)value).
IncludeSite
);