internal FileRangeRacer(PageCacheByteArrayConcurrencyTest outerInstance, ByteArray array, int contestant) { this._outerInstance = outerInstance; this.Array = array; this.Contestant = contestant; }
internal WholeFileRacer(PageCacheByteArrayConcurrencyTest outerInstance, ByteArray array) { this._outerInstance = outerInstance; this.Array = array; }