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