7 references to HostingEventSource
Microsoft.AspNetCore.Hosting.Tests (7)
HostingApplicationDiagnosticsTests.cs (6)
28var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 145var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 241var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 299var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 359var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 414var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString());
Internal\HostingEventSourceTests.cs (1)
244return new HostingEventSource(Guid.NewGuid().ToString());