8 references to HostingEventSource
Microsoft.AspNetCore.Hosting.Tests (8)
HostingApplicationDiagnosticsTests.cs (7)
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()); 364var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 424var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString()); 479var hostingEventSource = new HostingEventSource(Guid.NewGuid().ToString());
Internal\HostingEventSourceTests.cs (1)
244return new HostingEventSource(Guid.NewGuid().ToString());