3 references to ConnectionLogScope
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionDispatcher.cs (3)
79
var logScope = new
ConnectionLogScope
(connectionContext?.ConnectionId);
108
var logScope = new
ConnectionLogScope
(connectionId: string.Empty);
126
var logScope = new
ConnectionLogScope
(connectionId: string.Empty);