2 references to _externalScopeProvider
Microsoft.CodeAnalysis.LanguageServer (2)
Logging\LspLogMessageLogger.cs (2)
21public IDisposable? BeginScope<TState>(TState state) where TState : notnull => _externalScopeProvider?.Push(state); 56_externalScopeProvider?.ForEachScope((scope, _) =>