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