Inheritance: Lucene.Net.Util.LuceneTestCase
 public ThreadAnonymousInnerClassHelper2(TestSnapshotDeletionPolicy outerInstance, IndexWriter writer, SnapshotDeletionPolicy sdp, IndexCommit[] snapshots, int finalI)
 {
     this.OuterInstance = outerInstance;
     this.Writer        = writer;
     this.Sdp           = sdp;
     this.Snapshots     = snapshots;
     this.FinalI        = finalI;
 }
 public ThreadAnonymousClass2(TestSnapshotDeletionPolicy outerInstance, IndexWriter writer, SnapshotDeletionPolicy sdp, IndexCommit[] snapshots, int finalI)
 {
     this.outerInstance = outerInstance;
     this.writer        = writer;
     this.sdp           = sdp;
     this.snapshots     = snapshots;
     this.finalI        = finalI;
 }
 private void  InitBlock(long stopTime, Lucene.Net.Index.IndexWriter writer, TestSnapshotDeletionPolicy enclosingInstance)
 {
     this.stopTime          = stopTime;
     this.writer            = writer;
     this.enclosingInstance = enclosingInstance;
 }
 public AnonymousClassThread(long stopTime, Lucene.Net.Index.IndexWriter writer, TestSnapshotDeletionPolicy enclosingInstance)
 {
     InitBlock(stopTime, writer, enclosingInstance);
 }
 private void  InitBlock(long stopTime, Lucene.Net.Index.IndexWriter writer, TestSnapshotDeletionPolicy enclosingInstance)
 {
     this.stopTime = stopTime;
     this.writer = writer;
     this.enclosingInstance = enclosingInstance;
 }
 public AnonymousClassThread(long stopTime, Lucene.Net.Index.IndexWriter writer, TestSnapshotDeletionPolicy enclosingInstance)
 {
     InitBlock(stopTime, writer, enclosingInstance);
 }
 public ThreadAnonymousInnerClassHelper2(TestSnapshotDeletionPolicy outerInstance, IndexWriter writer, SnapshotDeletionPolicy sdp, IndexCommit[] snapshots, int finalI)
 {
     this.OuterInstance = outerInstance;
     this.Writer = writer;
     this.Sdp = sdp;
     this.Snapshots = snapshots;
     this.FinalI = finalI;
 }
 public ThreadAnonymousInnerClassHelper(TestSnapshotDeletionPolicy outerInstance, long stopTime, IndexWriter writer)
 {
     this.OuterInstance = outerInstance;
     this.StopTime      = stopTime;
     this.Writer        = writer;
 }