3 writes to HttpContext
Microsoft.AspNetCore.Diagnostics.Tests (3)
TestDiagnosticListener.cs (3)
50HttpContext = httpContext, 60HttpContext = httpContext, 70HttpContext = httpContext,
7 references to HttpContext
Microsoft.AspNetCore.Diagnostics.Tests (7)
DeveloperExceptionPageMiddlewareTest.cs (4)
223Assert.NotNull(listener.DiagnosticUnhandledException?.HttpContext); 225Assert.Null(listener.DiagnosticHandledException?.HttpContext); 567Assert.NotNull(listener.DiagnosticUnhandledException?.HttpContext); 569Assert.Null(listener.DiagnosticHandledException?.HttpContext);
ExceptionHandlerTest.cs (3)
499Assert.Null(listener.HostingUnhandledException?.HttpContext); 501Assert.Null(listener.DiagnosticUnhandledException?.HttpContext); 503Assert.NotNull(listener.DiagnosticHandledException?.HttpContext);