5 references to GetMefService
Microsoft.VisualStudio.LanguageServices (4)
NavigationBar\NavigationBarClient.cs (2)
49serviceProvider.GetMefService<IThreadingContext>(), 50serviceProvider.GetMefService<IVsEditorAdaptersFactoryService>());
ProjectSystem\InvisibleEditor.cs (2)
41_threadingContext = serviceProvider.GetMefService<IThreadingContext>(); 57var editorAdapterFactoryService = serviceProvider.GetMefService<IVsEditorAdaptersFactoryService>();
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\Formatting\CodeStylePage.cs (1)
19var enumerator = serviceProvider.GetMefService<EditorConfigOptionsEnumerator>();