예제 #1
0
 public DecoratorList()
 {
     //Discarded unreachable code: IL_0002, IL_0006
     //IL_0003: Incompatible stack heights: 0 vs 1
     //IL_0007: Incompatible stack heights: 0 vs 1
     SingletonReader.PushGlobal();
     this._002Ector(ParserDicCandidate.SelectDic());
 }
예제 #2
0
 protected virtual void _0001(bool isvalue)
 {
     //Discarded unreachable code: IL_0002
     //IL_0003: Incompatible stack heights: 0 vs 1
     if (isvalue)
     {
         if (itemList)
         {
             _0002();
         }
         ReadDic();
         if (baseList != null)
         {
             baseList.TestDic();
             baseList = null;
         }
     }
 }
예제 #3
0
 public DecoratorList(ParserDicCandidate init)
 {
     //Discarded unreachable code: IL_0002, IL_0006
     //IL_0003: Incompatible stack heights: 0 vs 1
     //IL_0007: Incompatible stack heights: 0 vs 1
     SingletonReader.PushGlobal();
     base._002Ector();
     containerList = SynchronizationContext.Current;
     if ((init._0001() == (ProgressReportingOption)1 || init._0001() == (ProgressReportingOption)2) && containerList == null)
     {
         throw new InvalidOperationException("Use WaveInEvent to record on a background thread");
     }
     _0003(0);
     _0001(new RefList(8000, 16, 1));
     _0001(100);
     _0002(3);
     _ProcessList = PrepareDic;
     baseList     = init;
     init.DeleteDic(_ProcessList);
 }