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