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