2 instantiations of ConnectionLogScope
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionDispatcher.cs (2)
77var logScope = new ConnectionLogScope(connectionContext?.ConnectionId); 106var logScope = new ConnectionLogScope(connectionId: string.Empty);
5 references to ConnectionLogScope
Microsoft.AspNetCore.Http.Connections (5)
Internal\HttpConnectionDispatcher.cs (5)
77var logScope = new ConnectionLogScope(connectionContext?.ConnectionId); 106var logScope = new ConnectionLogScope(connectionId: string.Empty); 122private async Task ExecuteAsync(HttpContext context, ConnectionDelegate connectionDelegate, HttpConnectionDispatcherOptions options, ConnectionLogScope logScope) 337private async Task ProcessNegotiate(HttpContext context, HttpConnectionDispatcherOptions options, ConnectionLogScope logScope) 571private async Task<bool> EnsureConnectionStateAsync(HttpConnectionContext connection, HttpContext context, HttpTransportType transportType, HttpTransportType supportedTransports, ConnectionLogScope logScope)