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