Exemplo n.º 1
0
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     this.collector.Process((ILInstruction) shortInlineBrTargetInstruction, this.formatProvider.Label(shortInlineBrTargetInstruction.TargetOffset));
 }
Exemplo n.º 2
0
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     collector.Process(shortInlineBrTargetInstruction, formatProvider.Label(shortInlineBrTargetInstruction.TargetOffset));
 }
Exemplo n.º 3
0
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     collector.Process(shortInlineBrTargetInstruction, formatProvider.Int8ToHex(shortInlineBrTargetInstruction.Delta));
 }
Exemplo n.º 4
0
 public virtual void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
 }
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 6
0
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     collector.Process(shortInlineBrTargetInstruction, shortInlineBrTargetInstruction.TargetOffset);
     ilGenerator.Emit(shortInlineBrTargetInstruction.OpCode, collector.CreateLabel(shortInlineBrTargetInstruction.TargetOffset));
 }
 public virtual void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction) { }
 public override void VisitShortInlineBrTargetInstruction(ShortInlineBrTargetInstruction shortInlineBrTargetInstruction)
 {
     collector.Process(shortInlineBrTargetInstruction, formatProvider.Int8ToHex(shortInlineBrTargetInstruction.Delta));
 }