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