public IndexProxyAdapterAnonymousInnerClass3(ContractCheckingIndexProxyTest outerInstance)
 {
     this.outerInstance = outerInstance;
 }
 public IndexProxyAdapterAnonymousInnerClass4(ContractCheckingIndexProxyTest outerInstance, System.Threading.CountdownEvent latch, AtomicReference <Thread> actionThreadReference)
 {
     this.outerInstance          = outerInstance;
     this._latch                 = latch;
     this._actionThreadReference = actionThreadReference;
 }
 public IndexProxyAdapterAnonymousInnerClass2(ContractCheckingIndexProxyTest outerInstance, DoubleLatch latch)
 {
     this.outerInstance = outerInstance;
     this._latch        = latch;
 }