Beispiel #1
0
 public virtual void _0001(ListEventConsumer i)
 {
     //Discarded unreachable code: IL_0002
     //IL_0003: Incompatible stack heights: 0 vs 1
     if (i == null)
     {
         throw new ArgumentNullException("value", "Reference resolver cannot be null.");
     }
     _CreatorError = i;
 }
Beispiel #2
0
 internal ListEventConsumer StopComposer()
 {
     //Discarded unreachable code: IL_0002
     //IL_0003: Incompatible stack heights: 0 vs 1
     if (_CreatorError == null)
     {
         _CreatorError = new ImporterTest();
     }
     return(_CreatorError);
 }
Beispiel #3
0
 public override void _0001(ListEventConsumer first)
 {
     //Discarded unreachable code: IL_0002
     //IL_0003: Incompatible stack heights: 0 vs 1
     m_ExpressionProperty._0001(first);
 }