3 instantiations of ConnectionLogScope
Microsoft.AspNetCore.Http.Connections (3)
7 references to ConnectionLogScope
Microsoft.AspNetCore.Http.Connections (7)
Internal\HttpConnectionDispatcher.cs (7)
79var logScope = new ConnectionLogScope(connectionContext?.ConnectionId);
108var logScope = new ConnectionLogScope(connectionId: string.Empty);
126var logScope = new ConnectionLogScope(connectionId: string.Empty);
141private async Task ProcessRefresh(HttpContext context, HttpConnectionDispatcherOptions options, ConnectionLogScope logScope)
345private async Task ExecuteAsync(HttpContext context, ConnectionDelegate connectionDelegate, HttpConnectionDispatcherOptions options, ConnectionLogScope logScope)
560private async Task ProcessNegotiate(HttpContext context, HttpConnectionDispatcherOptions options, ConnectionLogScope logScope)
811private async Task<bool> EnsureConnectionStateAsync(HttpConnectionContext connection, HttpContext context, HttpTransportType transportType, HttpTransportType supportedTransports, ConnectionLogScope logScope, HttpConnectionDispatcherOptions options)