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