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