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