3 instantiations of ConnectionLogScope
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionDispatcher.cs (3)
85var logScope = new ConnectionLogScope(connectionContext?.ConnectionId); 114var logScope = new ConnectionLogScope(connectionId: string.Empty); 132var logScope = new ConnectionLogScope(connectionId: string.Empty);
7 references to ConnectionLogScope
Microsoft.AspNetCore.Http.Connections (7)
Internal\HttpConnectionDispatcher.cs (7)
85var logScope = new ConnectionLogScope(connectionContext?.ConnectionId); 114var logScope = new ConnectionLogScope(connectionId: string.Empty); 132var logScope = new ConnectionLogScope(connectionId: string.Empty); 147private async Task ProcessRefresh(HttpContext context, HttpConnectionDispatcherOptions options, ConnectionLogScope logScope) 351private async Task ExecuteAsync(HttpContext context, ConnectionDelegate connectionDelegate, HttpConnectionDispatcherOptions options, ConnectionLogScope logScope) 566private async Task ProcessNegotiate(HttpContext context, HttpConnectionDispatcherOptions options, ConnectionLogScope logScope) 827private async Task<bool> EnsureConnectionStateAsync(HttpConnectionContext connection, HttpContext context, HttpTransportType transportType, HttpTransportType supportedTransports, ConnectionLogScope logScope, HttpConnectionDispatcherOptions options)