2 references to RequestUnhandled
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
290
eventId: LoggerEventIds.
RequestUnhandled
,
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationDiagnosticsTests.cs (1)
1075
var unhandedLog = testSink.Writes.Single(w => w.EventId == LoggerEventIds.
RequestUnhandled
);