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)
22
workspace.
DocumentActiveContextChanged
+= OnDocumentActiveContextChanged;