8 references to SolutionEventsBatchScopeCreator
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\Legacy\AbstractLegacyProject.cs (2)
56private readonly SolutionEventsBatchScopeCreator _batchScopeCreator; 151_batchScopeCreator = componentModel.GetService<SolutionEventsBatchScopeCreator>();
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (5)
25[Export(typeof(SolutionEventsBatchScopeCreator))] 180private readonly SolutionEventsBatchScopeCreator _scopeCreator; 182public SolutionEventsEventSink(SolutionEventsBatchScopeCreator scopeCreator) 258private readonly SolutionEventsBatchScopeCreator _scopeCreator; 261public RunningDocumentTableEventSink(SolutionEventsBatchScopeCreator scopeCreator, IVsRunningDocumentTable runningDocumentTable)
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
ProjectSystemShim\Framework\TestEnvironment.vb (1)
63GetType(SolutionEventsBatchScopeCreator),