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