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