3 references to _httpContextCurrent
Microsoft.AspNetCore.Http (3)
HttpContextAccessor.cs (3)
21return _httpContextCurrent.Value?.Context; 25var holder = _httpContextCurrent.Value; 36_httpContextCurrent.Value = new HttpContextHolder { Context = value };