8 references to HostingEventSource
Microsoft.AspNetCore.Hosting.Tests (8)
HostingApplicationDiagnosticsTests.cs (7)
29var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 146var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 242var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 300var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 365var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 425var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 480var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString());
Internal\HostingEventSourceTests.cs (1)
244return new HostingEventSource(Guid.NewGuid().ToString());