Exemplo n.º 1
0
 internal FileRangeRacer(PageCacheByteArrayConcurrencyTest outerInstance, ByteArray array, int contestant)
 {
     this._outerInstance = outerInstance;
     this.Array          = array;
     this.Contestant     = contestant;
 }
Exemplo n.º 2
0
 internal WholeFileRacer(PageCacheByteArrayConcurrencyTest outerInstance, ByteArray array)
 {
     this._outerInstance = outerInstance;
     this.Array          = array;
 }