1 instantiation of HttpContextHolder
Microsoft.AspNetCore.Http (1)
HttpContextAccessor.cs (1)
36_httpContextCurrent.Value = new HttpContextHolder { Context = value };
3 references to HttpContextHolder
Microsoft.AspNetCore.Http (3)
HttpContextAccessor.cs (3)
14private static readonly AsyncLocal<HttpContextHolder> _httpContextCurrent = new AsyncLocal<HttpContextHolder>(); 25var holder = _httpContextCurrent.Value;