1 write to httpContext
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
362
this.
httpContext
= httpContext;
2 references to httpContext
Microsoft.AspNetCore.Hosting (2)
Internal\HostingApplicationDiagnostics.cs (2)
372
public override string ToString() => $"{{ {nameof(
httpContext
)} = {
httpContext
}, {nameof(timestamp)} = {timestamp}, {nameof(exception)} = {exception} }}";