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