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