4 references to _serviceProvider
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (4)
112var solution = (IVsSolution)_serviceProvider.GetService(typeof(SVsSolution)); 123var shellMonitorSelection = (IVsMonitorSelection)_serviceProvider.GetService(typeof(SVsShellMonitorSelection)); 143var runningDocumentTable = (IVsRunningDocumentTable)_serviceProvider.GetService(typeof(SVsRunningDocumentTable)); 167var runningDocumentTable = (IVsRunningDocumentTable)_serviceProvider.GetService(typeof(SVsRunningDocumentTable));