3 writes to Name
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (3)
_generated\2\DeviceBoundSessionJsonContext.SessionCredential.g.cs (2)
35ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential(){ Name = (string)args[0] }, 85Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)obj).Name = value!,
DeviceBoundSessionHandler.cs (1)
312Name = sessionCookieName,
2 references to Name
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\2\DeviceBoundSessionJsonContext.SessionCredential.g.cs (2)
84Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)obj).Name, 142string __value_Name = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)value).Name;