2 references to ConnectionLogScope
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionDispatcher.cs (2)
76
var logScope = new
ConnectionLogScope
(connectionContext?.ConnectionId);
105
var logScope = new
ConnectionLogScope
(connectionId: string.Empty);