C# (CSharp) VSEmbed VsServiceProvider - 3 examples found. These are the top rated real world C# (CSharp) examples of VSEmbed.VsServiceProvider extracted from open source projects. You can rate examples to help us improve the quality of examples.
An out-of-process implementation of Visual Studio's singleton OLE ServiceProvider.
Visual Studio services use this class, both through MEF SVsServiceProvider and Shell.ServiceProvider.GlobalProvider, to load COM services. I need to provide every service used in editor and theme codepaths. Most of the service methods are never actually called. This must be initialized before theme dictionaries or editor services are used