public VisualStudioMacEditorDocumentManager( ProjectSnapshotManagerDispatcher projectSnapshotManagerDispatcher, JoinableTaskContext joinableTaskContext, FileChangeTrackerFactory fileChangeTrackerFactory) : base(projectSnapshotManagerDispatcher, joinableTaskContext, fileChangeTrackerFactory) { }
public VisualStudioMacEditorDocumentManager( ForegroundDispatcher foregroundDispatcher, FileChangeTrackerFactory fileChangeTrackerFactory) : base(foregroundDispatcher, fileChangeTrackerFactory) { }