2 writes to _httpContext
Microsoft.AspNetCore.HttpLogging (2)
HttpLoggingInterceptorContext.cs (2)
36
set =>
_httpContext
= value ?? throw new ArgumentNullException(nameof(value));
138
_httpContext
= null;
1 reference to _httpContext
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingInterceptorContext.cs (1)
33
get =>
_httpContext
?? throw new InvalidOperationException("HttpContext was not initialized.");