2 references to ServiceProvider
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\AbstractCodeModelObject.cs (1)
84get { return (DTE)this.ServiceProvider.GetService(typeof(SDTE)); }
CodeModel\TextManagerAdapter.cs (1)
24using var invisibleEditor = new InvisibleEditor(fileCodeModel.ServiceProvider, document.FilePath, hierarchyOpt, needsSave: false, needsUndoDisabled: false);