2 references to OnDocumentActiveContextChanged
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
228
_workspace.DocumentActiveContextChanged += this.
OnDocumentActiveContextChanged
;
247
_workspace.DocumentActiveContextChanged -= this.
OnDocumentActiveContextChanged
;