public ThreadAnonymousInnerClassHelper(TestLiveFieldValues outerInstance, IndexWriter w, SearcherManager mgr, int?missing, LiveFieldValues <IndexSearcher, int> rt, CountDownLatch startingGun, int iters, int idCount, double reopenChance, double deleteChance, double addChance, int t, int threadID, Random threadRandom)
 {
     this.OuterInstance = outerInstance;
     this.w             = w;
     this.Mgr           = mgr;
     this.Missing       = missing;
     this.Rt            = rt;
     this.StartingGun   = startingGun;
     this.Iters         = iters;
     this.IdCount       = idCount;
     this.ReopenChance  = reopenChance;
     this.DeleteChance  = deleteChance;
     this.AddChance     = addChance;
     this.t             = t;
     this.ThreadID      = threadID;
     this.ThreadRandom  = threadRandom;
 }
 public LiveFieldValuesAnonymousInnerClassHelper(TestLiveFieldValues outerInstance, SearcherManager mgr, int missing)
     : base(mgr, missing)
 {
     this.OuterInstance = outerInstance;
 }
 public SearcherFactoryAnonymousInnerClassHelper(TestLiveFieldValues outerInstance)
 {
     this.OuterInstance = outerInstance;
 }