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