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)
20var eventSource = new HttpConnectionsEventSource(); 110return new HttpConnectionsEventSource(Guid.NewGuid().ToString());
10 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 (5)
Internal\HttpConnectionsEventSourceTests.cs (5)
20var eventSource = new HttpConnectionsEventSource(); 33var httpConnectionsEventSource = GetHttpConnectionEventSource(); 60var httpConnectionsEventSource = GetHttpConnectionEventSource(); 87var httpConnectionsEventSource = GetHttpConnectionEventSource(); 108private static HttpConnectionsEventSource GetHttpConnectionEventSource()