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