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