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