|
|
|
@ -346,7 +346,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -346,7 +346,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write('('); |
|
|
|
|
this.argument.WriteTo(output, options); |
|
|
|
@ -439,7 +439,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -439,7 +439,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write('('); |
|
|
|
|
this.left.WriteTo(output, options); |
|
|
|
@ -596,7 +596,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -596,7 +596,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write('('); |
|
|
|
|
this.target.WriteTo(output, options); |
|
|
|
@ -971,7 +971,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -971,7 +971,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
variable.WriteTo(output); |
|
|
|
@ -2282,7 +2282,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -2282,7 +2282,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
variable.WriteTo(output); |
|
|
|
@ -2357,7 +2357,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -2357,7 +2357,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
|
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
variable.WriteTo(output); |
|
|
|
@ -2490,7 +2490,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -2490,7 +2490,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
variable.WriteTo(output); |
|
|
|
@ -2585,7 +2585,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -2585,7 +2585,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write('('); |
|
|
|
|
this.value.WriteTo(output, options); |
|
|
|
@ -2748,7 +2748,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -2748,7 +2748,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return StackType.O; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
Disassembler.DisassemblerHelpers.WriteOperand(output, Value); |
|
|
|
@ -2785,7 +2785,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -2785,7 +2785,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return StackType.I4; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
Disassembler.DisassemblerHelpers.WriteOperand(output, Value); |
|
|
|
@ -2822,7 +2822,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -2822,7 +2822,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return StackType.I8; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
Disassembler.DisassemblerHelpers.WriteOperand(output, Value); |
|
|
|
@ -2859,7 +2859,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -2859,7 +2859,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return StackType.F4; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
Disassembler.DisassemblerHelpers.WriteOperand(output, Value); |
|
|
|
@ -2896,7 +2896,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -2896,7 +2896,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return StackType.F8; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
Disassembler.DisassemblerHelpers.WriteOperand(output, Value); |
|
|
|
@ -2933,7 +2933,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -2933,7 +2933,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return StackType.O; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
Disassembler.DisassemblerHelpers.WriteOperand(output, Value); |
|
|
|
@ -3000,7 +3000,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3000,7 +3000,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return StackType.I; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
method.WriteTo(output); |
|
|
|
@ -3048,7 +3048,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3048,7 +3048,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
method.WriteTo(output); |
|
|
|
@ -3093,7 +3093,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3093,7 +3093,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return StackType.O; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
type.WriteTo(output); |
|
|
|
@ -3132,7 +3132,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3132,7 +3132,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return StackType.O; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
member.WriteTo(output); |
|
|
|
@ -3220,7 +3220,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3220,7 +3220,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
type.WriteTo(output); |
|
|
|
@ -3355,7 +3355,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3355,7 +3355,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
if (IsVolatile) |
|
|
|
|
output.Write("volatile."); |
|
|
|
|
if (UnalignedPrefix > 0) |
|
|
|
@ -3503,7 +3503,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3503,7 +3503,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
if (IsVolatile) |
|
|
|
|
output.Write("volatile."); |
|
|
|
|
if (UnalignedPrefix > 0) |
|
|
|
@ -3616,7 +3616,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3616,7 +3616,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
if (DelayExceptions) |
|
|
|
|
output.Write("delayex."); |
|
|
|
|
output.Write(OpCode); |
|
|
|
@ -3660,7 +3660,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3660,7 +3660,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public IField Field { get { return field; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
field.WriteTo(output); |
|
|
|
@ -3711,7 +3711,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3711,7 +3711,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
type.WriteTo(output); |
|
|
|
@ -3756,7 +3756,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3756,7 +3756,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return StackType.O; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
type.WriteTo(output); |
|
|
|
@ -3862,7 +3862,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3862,7 +3862,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
void OriginalWriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
if (IsVolatile) |
|
|
|
|
output.Write("volatile."); |
|
|
|
|
if (UnalignedPrefix > 0) |
|
|
|
@ -3996,7 +3996,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -3996,7 +3996,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
void OriginalWriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
if (IsVolatile) |
|
|
|
|
output.Write("volatile."); |
|
|
|
|
if (UnalignedPrefix > 0) |
|
|
|
@ -4062,7 +4062,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -4062,7 +4062,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
type.WriteTo(output); |
|
|
|
@ -4116,7 +4116,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -4116,7 +4116,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
type.WriteTo(output); |
|
|
|
@ -4170,7 +4170,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -4170,7 +4170,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
type.WriteTo(output); |
|
|
|
@ -4284,7 +4284,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -4284,7 +4284,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
type.WriteTo(output); |
|
|
|
@ -4333,7 +4333,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -4333,7 +4333,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return type.GetStackType(); } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
type.WriteTo(output); |
|
|
|
@ -4449,7 +4449,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -4449,7 +4449,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return StackType.I4; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
type.WriteTo(output); |
|
|
|
@ -4643,7 +4643,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -4643,7 +4643,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
if (DelayExceptions) |
|
|
|
|
output.Write("delayex."); |
|
|
|
|
if (IsReadOnly) |
|
|
|
@ -4747,7 +4747,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -4747,7 +4747,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write('('); |
|
|
|
|
this.array.WriteTo(output, options); |
|
|
|
@ -4984,7 +4984,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -4984,7 +4984,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
method.WriteTo(output); |
|
|
|
@ -5999,7 +5999,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -5999,7 +5999,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
public override StackType ResultType { get { return StackType.O; } } |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
type.WriteTo(output); |
|
|
|
@ -6081,7 +6081,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -6081,7 +6081,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write(' '); |
|
|
|
|
type.WriteTo(output); |
|
|
|
@ -6176,7 +6176,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -6176,7 +6176,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write('('); |
|
|
|
|
this.value.WriteTo(output, options); |
|
|
|
@ -6269,7 +6269,7 @@ namespace ICSharpCode.Decompiler.IL
@@ -6269,7 +6269,7 @@ namespace ICSharpCode.Decompiler.IL
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write('('); |
|
|
|
|
this.value.WriteTo(output, options); |
|
|
|
@ -6331,7 +6331,7 @@ namespace ICSharpCode.Decompiler.IL.Patterns
@@ -6331,7 +6331,7 @@ namespace ICSharpCode.Decompiler.IL.Patterns
|
|
|
|
|
} |
|
|
|
|
public override void WriteTo(ITextOutput output, ILAstWritingOptions options) |
|
|
|
|
{ |
|
|
|
|
ILRange.WriteTo(output, options); |
|
|
|
|
WriteILRange(output, options); |
|
|
|
|
output.Write(OpCode); |
|
|
|
|
output.Write('('); |
|
|
|
|
output.Write(')'); |
|
|
|
|