5 references to DocumentActiveContextChanged
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
228_workspace.DocumentActiveContextChanged += this.OnDocumentActiveContextChanged; 247_workspace.DocumentActiveContextChanged -= this.OnDocumentActiveContextChanged;
Shared\Tagging\EventSources\TaggerEventSources.DocumentActiveContextChangedEventSource.cs (2)
15=> workspace.DocumentActiveContextChanged += OnDocumentActiveContextChanged; 18=> workspace.DocumentActiveContextChanged -= OnDocumentActiveContextChanged;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DiagnosticAnalyzerService_IncrementalAnalyzer.cs (1)
22workspace.DocumentActiveContextChanged += OnDocumentActiveContextChanged;