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