3 references to _httpContextCurrent
Microsoft.AspNetCore.Http (3)
HttpContextAccessor.cs (3)
21return _httpContextCurrent.Value?.Context; 26_httpContextCurrent.Value?.Context = null; 32_httpContextCurrent.Value = new HttpContextHolder { Context = value };