public LogAppendEvent_EmptyAnonymousInnerClass2(BatchingTransactionAppenderConcurrencyTest outerInstance, System.Threading.CountdownEvent adversaryLatch)
 {
     this.outerInstance   = outerInstance;
     this._adversaryLatch = adversaryLatch;
 }
 public CommandQueueChannel(BatchingTransactionAppenderConcurrencyTest outerInstance)
 {
     this._outerInstance = outerInstance;
 }
 public LogAppendEvent_EmptyAnonymousInnerClass(BatchingTransactionAppenderConcurrencyTest outerInstance, System.Threading.CountdownEvent trap)
 {
     this.outerInstance = outerInstance;
     this._trap         = trap;
 }