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)
115hostingEventSource.RequestStart(httpContext.Request.Method, httpContext.Request.Path); 207hostingEventSource.RequestStart("GET", "/"); 221hostingEventSource.RequestStart("POST", "/");