8 references to GetRequiredMefService
Microsoft.VisualStudio.RazorExtension (8)
SyntaxVisualizer\SyntaxVisualizerControl.xaml.cs (8)
76_joinableTaskFactory = VSServiceHelpers.GetRequiredMefService<JoinableTaskContext>().Factory; 77_documentManager = VSServiceHelpers.GetRequiredMefService<LSPDocumentManager>(); 78_fileUriProvider = VSServiceHelpers.GetRequiredMefService<FileUriProvider>(); 79_languageServerFeatureOptions = VSServiceHelpers.GetRequiredMefService<LanguageServerFeatureOptions>(); 80_lspRequestInvoker = VSServiceHelpers.GetRequiredMefService<LSPRequestInvoker>(); 81_remoteServiceInvoker = VSServiceHelpers.GetRequiredMefService<IRemoteServiceInvoker>(); 232var workspace = VSServiceHelpers.GetRequiredMefService<VisualStudioWorkspace>(); 464var workspace = VSServiceHelpers.GetRequiredMefService<VisualStudioWorkspace>();