4 references to RequestStart
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
378
_eventSource.
RequestStart
(httpContext.Request.Method, httpContext.Request.Path);
Microsoft.AspNetCore.Hosting.Tests (3)
Internal\HostingEventSourceTests.cs (3)
115
hostingEventSource.
RequestStart
(httpContext.Request.Method, httpContext.Request.Path);
207
hostingEventSource.
RequestStart
("GET", "/");
221
hostingEventSource.
RequestStart
("POST", "/");