5 references to DocumentActiveContextChanged
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
229_workspace.DocumentActiveContextChanged += this.OnDocumentActiveContextChanged; 248_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)
17workspace.DocumentActiveContextChanged += OnDocumentActiveContextChanged;