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