7 references to SolutionEventsBatchScopeCreator
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\Legacy\AbstractLegacyProject.cs (2)
56
private readonly
SolutionEventsBatchScopeCreator
_batchScopeCreator;
152
_batchScopeCreator = componentModel.GetService<
SolutionEventsBatchScopeCreator
>();
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (5)
28
[Export(typeof(
SolutionEventsBatchScopeCreator
))]
189
private readonly
SolutionEventsBatchScopeCreator
_scopeCreator;
191
public SolutionEventsEventListener(
SolutionEventsBatchScopeCreator
scopeCreator)
233
private readonly
SolutionEventsBatchScopeCreator
_scopeCreator;
236
public RunningDocumentTableEventSink(
SolutionEventsBatchScopeCreator
scopeCreator, IVsRunningDocumentTable runningDocumentTable)