4 references to RequestStart
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
395
_eventSource.
RequestStart
(httpContext.Request.Method, httpContext.Request.Path);
Microsoft.AspNetCore.Hosting.Tests (3)
Internal\HostingEventSourceTests.cs (3)
122
hostingEventSource.
RequestStart
(httpContext.Request.Method, httpContext.Request.Path);
214
hostingEventSource.
RequestStart
("GET", "/");
228
hostingEventSource.
RequestStart
("POST", "/");