1 write to _uiShellService
Microsoft.VisualStudio.LanguageServices (1)
Notification\VSNotificationServiceFactory.cs (1)
29
=>
_uiShellService
= (IVsUIShell)serviceProvider.GetService(typeof(SVsUIShell));
1 reference to _uiShellService
Microsoft.VisualStudio.LanguageServices (1)
Notification\VSNotificationServiceFactory.cs (1)
35
s_singleton ??= new VSDialogService(
_uiShellService
);