2 references to RequestFinished
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
278
eventId: LoggerEventIds.
RequestFinished
,
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationDiagnosticsTests.cs (1)
1076
var endLog = testSink.Writes.Single(w => w.EventId == LoggerEventIds.
RequestFinished
);