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)
21
return _httpContextCurrent.Value?.
Context
;
26
_httpContextCurrent.Value?.
Context
= null;