2 writes to Path
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\5\DeviceBoundSessionJsonContext.SessionScopeRule.g.cs (1)
108
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScopeRule)obj).
Path
= value!,
DeviceBoundSessionHandler.cs (1)
286
Path
= r.Path,
2 references to Path
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\5\DeviceBoundSessionJsonContext.SessionScopeRule.g.cs (2)
107
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScopeRule)obj).
Path
,
147
string __value_Path = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScopeRule)value).
Path
;