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