public Subtree(Fetch fetch, QuickFetch quickFetch, Globals globals, RemoteOptions remoteOptions) { _fetch = fetch; _quickFetch = quickFetch; _globals = globals; _remoteOptions = remoteOptions; }
public Subtree(TextWriter stdout, Fetch fetch, QuickFetch quickFetch, Globals globals, RemoteOptions remoteOptions) { this._stdout = stdout; this._fetch = fetch; this._quickFetch = quickFetch; this._globals = globals; this._remoteOptions = remoteOptions; }
public QuickClone(Globals globals, Init init, QuickFetch fetch) : base(globals, fetch, init) { }
public QuickClone(Globals globals, Init init, QuickFetch fetch, TextWriter stdout) : base(globals, fetch, init, null, stdout) { }