1 write to _serviceProvider
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (1)
42_serviceProvider = serviceProvider;
4 references to _serviceProvider
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (4)
118var solution = (IVsSolution)_serviceProvider.GetService(typeof(SVsSolution)); 129var shellMonitorSelection = (IVsMonitorSelection)_serviceProvider.GetService(typeof(SVsShellMonitorSelection)); 149var runningDocumentTable = (IVsRunningDocumentTable)_serviceProvider.GetService(typeof(SVsRunningDocumentTable)); 173var runningDocumentTable = (IVsRunningDocumentTable)_serviceProvider.GetService(typeof(SVsRunningDocumentTable));