2 instantiations of LspLoggingScope
Microsoft.CodeAnalysis.LanguageServer (2)
Logging\LspServiceLogger.cs (2)
22public override IDisposable? CreateContext(string context) => _hostLogger.BeginScope(new LspLoggingScope(context, null)); 27: _hostLogger.BeginScope(new LspLoggingScope(null, language));
1 reference to LspLoggingScope
Microsoft.CodeAnalysis.LanguageServer (1)
Logging\LspLogMessageLogger.cs (1)
58if (scope is LspLoggingScope lspLoggingScope)