1 instantiation of ConnectionLogScope
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelConnection.cs (1)
176
return Logger.BeginScope(new
ConnectionLogScope
(connectionContext.ConnectionId));
2 references to ConnectionLogScope
InMemory.FunctionalTests (2)
Http2\Http2EndToEndTests.cs (2)
91
public
ConnectionLogScope
ConnectionLogScope { get; private set; }
136
loggerPovider.ConnectionLogScope ??= scopeObject as
ConnectionLogScope
;