1 write to HttpContext
Microsoft.AspNetCore.Mvc.TestDiagnosticListener (1)
TestDiagnosticListener.cs (1)
95HttpContext = httpContext,
2 references to HttpContext
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ControllerActionInvokerTest.cs (1)
98Assert.NotNull(listener.AfterAction?.HttpContext);
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionInvokerTest.cs (1)
77Assert.NotNull(listener.AfterAction?.HttpContext);