3 references to Registration_WorkspaceChanged
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\MiscellaneousFilesWorkspace.cs (3)
158
registration.WorkspaceChanged +=
Registration_WorkspaceChanged
;
175
ScheduleTask(() =>
Registration_WorkspaceChanged
(sender, e));
247
registration.WorkspaceChanged -=
Registration_WorkspaceChanged
;