3 instantiations of HttpConnectionsEventSource
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionsEventSource.cs (1)
11public static readonly HttpConnectionsEventSource Log = new HttpConnectionsEventSource();
Microsoft.AspNetCore.Http.Connections.Tests (2)
Internal\HttpConnectionsEventSourceTests.cs (2)
27var eventSource = new HttpConnectionsEventSource(); 117return new HttpConnectionsEventSource(Guid.NewGuid().ToString());
11 references to HttpConnectionsEventSource
Microsoft.AspNetCore.Http.Connections (5)
Internal\HttpConnectionContext.cs (2)
592if (HttpConnectionsEventSource.Log.IsEnabled() || MetricsContext.ConnectionDurationEnabled) 597HttpConnectionsEventSource.Log.ConnectionStart(ConnectionId);
Internal\HttpConnectionManager.cs (2)
99HttpConnectionsEventSource.Log.ConnectionStop(id, connection.StartTimestamp, currentTimestamp); 158HttpConnectionsEventSource.Log.ConnectionTimedOut(connection.ConnectionId);
Internal\HttpConnectionsEventSource.cs (1)
11public static readonly HttpConnectionsEventSource Log = new HttpConnectionsEventSource();
Microsoft.AspNetCore.Http.Connections.Tests (6)
Internal\HttpConnectionsEventSourceTests.cs (6)
20EventSourceValidator.ValidateEventSourceIds(typeof(HttpConnectionsEventSource)); 27var eventSource = new HttpConnectionsEventSource(); 40var httpConnectionsEventSource = GetHttpConnectionEventSource(); 67var httpConnectionsEventSource = GetHttpConnectionEventSource(); 94var httpConnectionsEventSource = GetHttpConnectionEventSource(); 115private static HttpConnectionsEventSource GetHttpConnectionEventSource()