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)
86previewContent: previewContent, logIdVerbatimInTelemetry: false, uiShell: _uiShell); 106uiShell: _uiShell,