1 instantiation of HostingRequestUnhandledLog
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
307state: new HostingRequestUnhandledLog(context.HttpContext!),
2 references to HostingRequestUnhandledLog
Microsoft.AspNetCore.Hosting (2)
Internal\HostingApplicationDiagnostics.cs (1)
309formatter: HostingRequestUnhandledLog.Callback);
Internal\HostingRequestUnhandledLog.cs (1)
13internal static readonly Func<object, Exception?, string> Callback = (state, exception) => ((HostingRequestUnhandledLog)state).ToString();