1 write to ServiceProvider
Microsoft.VisualStudio.LanguageServices (1)
Library\AbstractLibraryManager.cs (1)
23ServiceProvider = serviceProvider;
2 references to ServiceProvider
Microsoft.VisualStudio.LanguageServices (2)
Library\ObjectBrowser\ObjectList.cs (2)
866if (this.LibraryManager.ServiceProvider.GetService(typeof(SVsSolution)) is not IVsSolution vsSolution) 899if (this.LibraryManager.ServiceProvider.GetService(typeof(SVsSolution)) is not IVsSolution vsSolution)