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