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