5 references to DocumentActiveContextChanged
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
184_workspace.DocumentActiveContextChanged += this.OnDocumentActiveContextChanged; 202_workspace.DocumentActiveContextChanged -= this.OnDocumentActiveContextChanged;
Shared\Tagging\EventSources\TaggerEventSources.DocumentActiveContextChangedEventSource.cs (2)
21=> workspace.DocumentActiveContextChanged += OnDocumentActiveContextChanged; 24=> workspace.DocumentActiveContextChanged -= OnDocumentActiveContextChanged;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DiagnosticAnalyzerService_IncrementalAnalyzer.cs (1)
42workspace.DocumentActiveContextChanged += OnDocumentActiveContextChanged;