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