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)
14
private static readonly AsyncLocal<
HttpContextHolder
> _httpContextCurrent = new AsyncLocal<
HttpContextHolder
>();