7 references to SolutionEventsBatchScopeCreator
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\Legacy\AbstractLegacyProject.cs (2)
57
private readonly
SolutionEventsBatchScopeCreator
_batchScopeCreator;
155
_batchScopeCreator = componentModel.GetService<
SolutionEventsBatchScopeCreator
>();
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (5)
26
[Export(typeof(
SolutionEventsBatchScopeCreator
))]
175
private readonly
SolutionEventsBatchScopeCreator
_scopeCreator;
177
public SolutionEventsEventSink(
SolutionEventsBatchScopeCreator
scopeCreator)
253
private readonly
SolutionEventsBatchScopeCreator
_scopeCreator;
256
public RunningDocumentTableEventSink(
SolutionEventsBatchScopeCreator
scopeCreator, IVsRunningDocumentTable runningDocumentTable)