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