1 write to _uiShell
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPaneService.cs (1)
35
_uiShell
= serviceProvider.GetService(typeof(SVsUIShell)) as IVsUIShell;
2 references to _uiShell
Microsoft.VisualStudio.LanguageServices (2)
PreviewPane\PreviewPaneService.cs (2)
86
previewContent: previewContent, logIdVerbatimInTelemetry: false, uiShell:
_uiShell
);
106
uiShell:
_uiShell
,