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