2 writes to ThrowForPartialCookies
Microsoft.AspNetCore.CookiePolicy.Test (2)
CookieChunkingTests.cs (2)
182Assert.Throws<FormatException>(() => new ChunkingCookieManager() { ThrowForPartialCookies = true } 202string result = new ChunkingCookieManager() { ThrowForPartialCookies = false }.GetRequestCookie(context, "TestCookie");
1 reference to ThrowForPartialCookies
Microsoft.AspNetCore.CookiePolicy.Test (1)
src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (1)
106if (ThrowForPartialCookies)