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