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