1 instantiation of ChunkingCookieManager
Microsoft.AspNetCore.Components.Endpoints (1)
TempData\CookieTempDataProvider.cs (1)
37
_chunkingCookieManager = new
ChunkingCookieManager
();
2 references to ChunkingCookieManager
Microsoft.AspNetCore.Components.Endpoints (2)
src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (1)
46
/// Initializes a new instance of <see cref="
ChunkingCookieManager
"/>.
TempData\CookieTempDataProvider.cs (1)
24
private readonly
ChunkingCookieManager
_chunkingCookieManager;