19 writes to Name
Aspire.Dashboard (3)
Microsoft.AspNetCore.Antiforgery (1)
Microsoft.AspNetCore.Authentication (1)
Microsoft.AspNetCore.Authentication.Cookies (1)
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
Microsoft.AspNetCore.Authentication.Twitter (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.CookiePolicy (1)
Microsoft.AspNetCore.Identity (6)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.AspNetCore.Session (1)
46 references to Name
Microsoft.AspNetCore.Antiforgery (7)
Microsoft.AspNetCore.Authentication (4)
Microsoft.AspNetCore.Authentication.Cookies (6)
Microsoft.AspNetCore.Authentication.OpenIdConnect (7)
Microsoft.AspNetCore.Authentication.Twitter (4)
Microsoft.AspNetCore.Components.Endpoints (2)
Microsoft.AspNetCore.CookiePolicy (5)
Microsoft.AspNetCore.Mvc.ViewFeatures (8)
CookieTempDataProvider.cs (8)
60if (context.Request.Cookies.ContainsKey(_options.Cookie.Name))
70var encodedValue = _chunkingCookieManager.GetRequestCookie(context, _options.Cookie.Name);
76Log.TempDataCookieLoadSuccess(_logger, _options.Cookie.Name);
82Log.TempDataCookieLoadFailure(_logger, _options.Cookie.Name, ex);
88_chunkingCookieManager.DeleteCookie(context, _options.Cookie.Name, _options.Cookie.Build(context));
93Log.TempDataCookieNotFound(_logger, _options.Cookie.Name);
115_chunkingCookieManager.AppendResponseCookie(context, _options.Cookie.Name, encodedValue, cookieOptions);
119_chunkingCookieManager.DeleteCookie(context, _options.Cookie.Name, cookieOptions);
Microsoft.AspNetCore.Session (3)