コード例 #1
0
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     if (!Process(shortInlineBrTargetInstruction, shortInlineBrTargetInstruction.TargetOffset))
     {
         ilGenerator.Emit(shortInlineBrTargetInstruction.OpCode, CreateLabel(shortInlineBrTargetInstruction.TargetOffset));
     }
 }
コード例 #2
0
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     base.VisitShortInlineBrTargetInstruction(shortInlineBrTargetInstruction);
 }
コード例 #3
0
 public virtual void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
 }
コード例 #4
0
 public virtual void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
 }
コード例 #5
0
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     collector.Process(shortInlineBrTargetInstruction, formatProvider.Int8ToHex(shortInlineBrTargetInstruction.Delta));
 }
コード例 #6
0
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     this.collector.Process((ILInstruction) shortInlineBrTargetInstruction, this.formatProvider.Int8ToHex((int) shortInlineBrTargetInstruction.Delta));
 }
コード例 #7
0
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     collector.Process(shortInlineBrTargetInstruction, formatProvider.Int8ToHex(shortInlineBrTargetInstruction.Delta));
 }
コード例 #8
0
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     instructions.Add(new ShortBranchTargetInstructionWithReflectionEmit(shortInlineBrTargetInstruction.OpCode, shortInlineBrTargetInstruction.Delta));
 }
コード例 #9
0
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     this.collector.Process((ILInstruction)shortInlineBrTargetInstruction, this.formatProvider.Int8ToHex((int)shortInlineBrTargetInstruction.Delta));
 }