3 writes to Name
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (3)
DeviceBoundSessionHandler.cs (1)
312Name = sessionCookieName,
Generated\361d1da7f942c932\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!,
2 references to Name
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
Generated\361d1da7f942c932\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;