1 instantiation of HttpConnectionsEventSource
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionsEventSource.cs (1)
11public static readonly HttpConnectionsEventSource Log = new HttpConnectionsEventSource();
5 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();