1 write to _httpContext
Microsoft.AspNetCore.Security.Microbenchmarks (1)
ChunkingCookieManagerBenchmark.cs (1)
27_httpContext = new DefaultHttpContext();
5 references to _httpContext
Microsoft.AspNetCore.Security.Microbenchmarks (5)
ChunkingCookieManagerBenchmark.cs (5)
36_httpContext.Request.Headers["Cookie"] = new[] 54_chunkingCookieManager.AppendResponseCookie(_httpContext, "TestCookie1", _stringToAdd, _cookieOptions); 55_httpContext.Response.Headers[HeaderNames.SetCookie] = StringValues.Empty; 61_chunkingCookieManager.DeleteCookie(_httpContext, "TestCookie", _cookieOptions); 62_httpContext.Response.Headers[HeaderNames.SetCookie] = StringValues.Empty;