1 write to HttpContext
Microsoft.AspNetCore.Diagnostics.Abstractions (1)
ErrorContext.cs (1)
20HttpContext = httpContext ?? throw new ArgumentNullException(nameof(httpContext));
5 references to HttpContext
Microsoft.AspNetCore.Diagnostics (3)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (3)
86var httpContext = errorContext.HttpContext; 204var httpContext = errorContext.HttpContext; 224var httpContext = errorContext.HttpContext;
Microsoft.AspNetCore.Diagnostics.Abstractions (2)
ErrorContext.cs (2)
14/// Initializes the ErrorContext with the specified <see cref="HttpContext"/> and <see cref="Exception"/>. 25/// The <see cref="HttpContext"/>.