public NuObjContents(Hasher hasher) { this._hasher = hasher; theCache = new Dictionary <BuildObject, NuObjValue>(); }
public BuildEngine() { this.pathNormalizer = new PathNormalizer(); this.hasher = new Hasher(); }