2 references to OnWorkspaceChanged
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\WorkCoordinator.cs (2)
70
_registration.Workspace.WorkspaceChanged +=
OnWorkspaceChanged
;
95
_registration.Workspace.WorkspaceChanged -=
OnWorkspaceChanged
;