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