public RunningDocumentTableEventSink(SolutionEventsBatchScopeCreator scopeCreator, IVsRunningDocumentTable runningDocumentTable) { _scopeCreator = scopeCreator; _runningDocumentTable = (IVsRunningDocumentTable4)runningDocumentTable; }
public SolutionEventsEventSink(SolutionEventsBatchScopeCreator scopeCreator) { _scopeCreator = scopeCreator; }