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)
27
[Export(typeof(
SolutionEventsBatchScopeCreator
))]
176
private readonly
SolutionEventsBatchScopeCreator
_scopeCreator;
178
public SolutionEventsEventSink(
SolutionEventsBatchScopeCreator
scopeCreator)
254
private readonly
SolutionEventsBatchScopeCreator
_scopeCreator;
257
public RunningDocumentTableEventSink(
SolutionEventsBatchScopeCreator
scopeCreator, IVsRunningDocumentTable runningDocumentTable)