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