786 references to Code
illink (491)
Linker.Dataflow\CompilerGeneratedState.cs (6)
214
if (instruction.OpCode.Code is not (
Code
.Stsfld or
Code
.Ldsfld))
465
case
Code
.Initobj:
466
case
Code
.Newobj:
476
case
Code
.Stsfld:
477
case
Code
.Ldsfld:
Linker.Dataflow\FlowAnnotations.cs (4)
560
case
Code
.Ldsfld when !isWriteAccessor:
561
case
Code
.Ldfld when !isWriteAccessor:
562
case
Code
.Stsfld when isWriteAccessor:
563
case
Code
.Stfld when isWriteAccessor:
Linker.Dataflow\MethodBodyScanner.cs (237)
336
case
Code
.Add:
337
case
Code
.Add_Ovf:
338
case
Code
.Add_Ovf_Un:
339
case
Code
.And:
340
case
Code
.Div:
341
case
Code
.Div_Un:
342
case
Code
.Mul:
343
case
Code
.Mul_Ovf:
344
case
Code
.Mul_Ovf_Un:
345
case
Code
.Or:
346
case
Code
.Rem:
347
case
Code
.Rem_Un:
348
case
Code
.Sub:
349
case
Code
.Sub_Ovf:
350
case
Code
.Sub_Ovf_Un:
351
case
Code
.Xor:
352
case
Code
.Cgt:
353
case
Code
.Cgt_Un:
354
case
Code
.Clt:
355
case
Code
.Clt_Un:
356
case
Code
.Shl:
357
case
Code
.Shr:
358
case
Code
.Shr_Un:
359
case
Code
.Ceq:
364
case
Code
.Dup:
368
case
Code
.Ldnull:
373
case
Code
.Ldc_I4_0:
374
case
Code
.Ldc_I4_1:
375
case
Code
.Ldc_I4_2:
376
case
Code
.Ldc_I4_3:
377
case
Code
.Ldc_I4_4:
378
case
Code
.Ldc_I4_5:
379
case
Code
.Ldc_I4_6:
380
case
Code
.Ldc_I4_7:
381
case
Code
.Ldc_I4_8:
383
int value = operation.OpCode.Code -
Code
.Ldc_I4_0;
390
case
Code
.Ldc_I4_M1:
398
case
Code
.Ldc_I4:
407
case
Code
.Ldc_I4_S:
416
case
Code
.Arglist:
417
case
Code
.Sizeof:
418
case
Code
.Ldc_I8:
419
case
Code
.Ldc_R4:
420
case
Code
.Ldc_R8:
424
case
Code
.Ldftn:
431
case
Code
.Ldarg:
432
case
Code
.Ldarg_0:
433
case
Code
.Ldarg_1:
434
case
Code
.Ldarg_2:
435
case
Code
.Ldarg_3:
436
case
Code
.Ldarg_S:
437
case
Code
.Ldarga:
438
case
Code
.Ldarga_S:
442
case
Code
.Ldloc:
443
case
Code
.Ldloc_0:
444
case
Code
.Ldloc_1:
445
case
Code
.Ldloc_2:
446
case
Code
.Ldloc_3:
447
case
Code
.Ldloc_S:
448
case
Code
.Ldloca:
449
case
Code
.Ldloca_S:
454
case
Code
.Ldstr:
461
case
Code
.Ldtoken:
465
case
Code
.Ldind_I:
466
case
Code
.Ldind_I1:
467
case
Code
.Ldind_I2:
468
case
Code
.Ldind_I4:
469
case
Code
.Ldind_I8:
470
case
Code
.Ldind_R4:
471
case
Code
.Ldind_R8:
472
case
Code
.Ldind_U1:
473
case
Code
.Ldind_U2:
474
case
Code
.Ldind_U4:
475
case
Code
.Ldlen:
476
case
Code
.Ldvirtftn:
477
case
Code
.Localloc:
478
case
Code
.Refanytype:
479
case
Code
.Refanyval:
480
case
Code
.Conv_I1:
481
case
Code
.Conv_I2:
482
case
Code
.Conv_I4:
483
case
Code
.Conv_Ovf_I1:
484
case
Code
.Conv_Ovf_I1_Un:
485
case
Code
.Conv_Ovf_I2:
486
case
Code
.Conv_Ovf_I2_Un:
487
case
Code
.Conv_Ovf_I4:
488
case
Code
.Conv_Ovf_I4_Un:
489
case
Code
.Conv_Ovf_U:
490
case
Code
.Conv_Ovf_U_Un:
491
case
Code
.Conv_Ovf_U1:
492
case
Code
.Conv_Ovf_U1_Un:
493
case
Code
.Conv_Ovf_U2:
494
case
Code
.Conv_Ovf_U2_Un:
495
case
Code
.Conv_Ovf_U4:
496
case
Code
.Conv_Ovf_U4_Un:
497
case
Code
.Conv_U1:
498
case
Code
.Conv_U2:
499
case
Code
.Conv_U4:
500
case
Code
.Conv_I8:
501
case
Code
.Conv_Ovf_I8:
502
case
Code
.Conv_Ovf_I8_Un:
503
case
Code
.Conv_Ovf_U8:
504
case
Code
.Conv_Ovf_U8_Un:
505
case
Code
.Conv_U8:
506
case
Code
.Conv_I:
507
case
Code
.Conv_Ovf_I:
508
case
Code
.Conv_Ovf_I_Un:
509
case
Code
.Conv_U:
510
case
Code
.Conv_R_Un:
511
case
Code
.Conv_R4:
512
case
Code
.Conv_R8:
513
case
Code
.Ldind_Ref:
514
case
Code
.Ldobj:
515
case
Code
.Unbox:
516
case
Code
.Unbox_Any:
517
case
Code
.Neg:
518
case
Code
.Not:
523
case
Code
.Box:
524
case
Code
.Mkrefany:
530
case
Code
.Isinst:
531
case
Code
.Castclass:
537
case
Code
.Ldfld:
538
case
Code
.Ldsfld:
539
case
Code
.Ldflda:
540
case
Code
.Ldsflda:
544
case
Code
.Newarr:
553
case
Code
.Stelem_I:
554
case
Code
.Stelem_I1:
555
case
Code
.Stelem_I2:
556
case
Code
.Stelem_I4:
557
case
Code
.Stelem_I8:
558
case
Code
.Stelem_R4:
559
case
Code
.Stelem_R8:
560
case
Code
.Stelem_Any:
561
case
Code
.Stelem_Ref:
565
case
Code
.Ldelem_I:
566
case
Code
.Ldelem_I1:
567
case
Code
.Ldelem_I2:
568
case
Code
.Ldelem_I4:
569
case
Code
.Ldelem_I8:
570
case
Code
.Ldelem_R4:
571
case
Code
.Ldelem_R8:
572
case
Code
.Ldelem_U1:
573
case
Code
.Ldelem_U2:
574
case
Code
.Ldelem_U4:
575
case
Code
.Ldelem_Any:
576
case
Code
.Ldelem_Ref:
577
case
Code
.Ldelema:
581
case
Code
.Cpblk:
582
case
Code
.Initblk:
586
case
Code
.Stfld:
587
case
Code
.Stsfld:
591
case
Code
.Cpobj:
595
case
Code
.Stind_I:
596
case
Code
.Stind_I1:
597
case
Code
.Stind_I2:
598
case
Code
.Stind_I4:
599
case
Code
.Stind_I8:
600
case
Code
.Stind_R4:
601
case
Code
.Stind_R8:
602
case
Code
.Stind_Ref:
603
case
Code
.Stobj:
608
case
Code
.Initobj:
609
case
Code
.Pop:
613
case
Code
.Starg:
614
case
Code
.Starg_S:
618
case
Code
.Stloc:
619
case
Code
.Stloc_S:
620
case
Code
.Stloc_0:
621
case
Code
.Stloc_1:
622
case
Code
.Stloc_2:
623
case
Code
.Stloc_3:
628
case
Code
.Constrained:
629
case
Code
.No:
630
case
Code
.Readonly:
631
case
Code
.Tail:
632
case
Code
.Unaligned:
633
case
Code
.Volatile:
636
case
Code
.Brfalse:
637
case
Code
.Brfalse_S:
638
case
Code
.Brtrue:
639
case
Code
.Brtrue_S:
644
case
Code
.Calli:
664
case
Code
.Call:
665
case
Code
.Callvirt:
666
case
Code
.Newobj:
672
case
Code
.Jmp:
676
case
Code
.Br:
677
case
Code
.Br_S:
682
case
Code
.Leave:
683
case
Code
.Leave_S:
688
case
Code
.Endfilter:
689
case
Code
.Endfinally:
690
case
Code
.Rethrow:
691
case
Code
.Throw:
695
case
Code
.Ret:
719
case
Code
.Switch:
730
case
Code
.Beq:
731
case
Code
.Beq_S:
732
case
Code
.Bne_Un:
733
case
Code
.Bne_Un_S:
734
case
Code
.Bge:
735
case
Code
.Bge_S:
736
case
Code
.Bge_Un:
737
case
Code
.Bge_Un_S:
738
case
Code
.Bgt:
739
case
Code
.Bgt_S:
740
case
Code
.Bgt_Un:
741
case
Code
.Bgt_Un_S:
742
case
Code
.Ble:
743
case
Code
.Ble_S:
744
case
Code
.Ble_Un:
745
case
Code
.Ble_Un_S:
746
case
Code
.Blt:
747
case
Code
.Blt_S:
748
case
Code
.Blt_Un:
749
case
Code
.Blt_Un_S:
782
Code
code = operation.OpCode.Code;
788
bool isByRef = code ==
Code
.Ldarga || code ==
Code
.Ldarga_S;
827
bool isByRef = operation.OpCode.Code ==
Code
.Ldloca || operation.OpCode.Code ==
Code
.Ldloca_S;
986
Code
code = operation.OpCode.Code;
987
if (code ==
Code
.Ldfld || code ==
Code
.Ldflda)
990
bool isByRef = code ==
Code
.Ldflda || code ==
Code
.Ldsflda;
1041
if (operation.OpCode.Code ==
Code
.Stfld)
1071
Code
code = operation.OpCode.Code;
1072
if (code >=
Code
.Ldloc_0 && code <=
Code
.Ldloc_3)
1073
return localVariables[code -
Code
.Ldloc_0];
1074
if (code >=
Code
.Stloc_0 && code <=
Code
.Stloc_3)
1075
return localVariables[code -
Code
.Stloc_0];
1193
bool isNewObj = operation.OpCode.Code ==
Code
.Newobj;
1288
bool isByRef = operation.OpCode.Code ==
Code
.Ldelema;
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
234
bool isNewObj = operation.OpCode.Code ==
Code
.Newobj;
Linker.Dataflow\ScannerExtensions.cs (1)
16
|| (opcode.FlowControl == FlowControl.Return && opcode.Code !=
Code
.Ret);
Linker.Steps\MarkStep.cs (20)
2872
return body.Instructions[0].OpCode.Code !=
Code
.Ret;
3968
Code
.Stfld or
3969
Code
.Stsfld or
3971
Code
.Ldflda or
3972
Code
.Ldsflda or
3973
Code
.Ldfld or
3974
Code
.Ldsfld
3984
Code
.Mkrefany or
3985
Code
.Box or
3986
Code
.Newarr or
3987
Code
.Ldtoken
4009
Code
.Jmp => (DependencyKind.DirectCall, false),
4010
Code
.Call => (DependencyKind.DirectCall, false),
4011
Code
.Callvirt => (DependencyKind.VirtualCall, false),
4012
Code
.Newobj => (DependencyKind.Newobj, false),
4013
Code
.Ldvirtftn => (DependencyKind.Ldvirtftn, true),
4014
Code
.Ldftn => (DependencyKind.Ldftn, true),
4038
Debug.Assert(instruction.OpCode.Code ==
Code
.Ldtoken);
4067
case
Code
.Newarr:
4073
case
Code
.Isinst:
Linker.Steps\UnreachableBlocksOptimizer.cs (206)
162
case
Code
.Ldarg:
163
case
Code
.Ldloc:
164
case
Code
.Ldloc_0:
165
case
Code
.Ldloc_1:
166
case
Code
.Ldloc_2:
167
case
Code
.Ldloc_3:
168
case
Code
.Ldloc_S:
169
case
Code
.Ldc_I4_0:
170
case
Code
.Ldc_I4_1:
171
case
Code
.Ldc_I4_2:
172
case
Code
.Ldc_I4_3:
173
case
Code
.Ldc_I4_4:
174
case
Code
.Ldc_I4_5:
175
case
Code
.Ldc_I4_6:
176
case
Code
.Ldc_I4_7:
177
case
Code
.Ldc_I4_8:
178
case
Code
.Ldc_I4:
179
case
Code
.Ldc_I4_S:
180
case
Code
.Ldc_I4_M1:
181
case
Code
.Ldc_I8:
182
case
Code
.Ldc_R4:
183
case
Code
.Ldc_R8:
184
case
Code
.Ldnull:
185
case
Code
.Ldstr:
196
case
Code
.Beq:
197
case
Code
.Beq_S:
198
case
Code
.Ceq:
200
case
Code
.Bne_Un:
201
case
Code
.Bne_Un_S:
203
case
Code
.Bge:
204
case
Code
.Bge_S:
206
case
Code
.Bge_Un:
207
case
Code
.Bge_Un_S:
209
case
Code
.Bgt:
210
case
Code
.Bgt_S:
211
case
Code
.Cgt:
213
case
Code
.Bgt_Un:
214
case
Code
.Bgt_Un_S:
216
case
Code
.Ble:
217
case
Code
.Ble_S:
219
case
Code
.Ble_Un:
220
case
Code
.Ble_Un_S:
222
case
Code
.Blt:
223
case
Code
.Blt_S:
224
case
Code
.Clt:
226
case
Code
.Blt_Un:
227
case
Code
.Blt_Un_S:
390
case
Code
.Ldc_I4_0:
391
case
Code
.Ldc_I4_1:
392
case
Code
.Ldc_I4_2:
393
case
Code
.Ldc_I4_3:
394
case
Code
.Ldc_I4_4:
395
case
Code
.Ldc_I4_5:
396
case
Code
.Ldc_I4_6:
397
case
Code
.Ldc_I4_7:
398
case
Code
.Ldc_I4_8:
399
case
Code
.Ldc_I4:
400
case
Code
.Ldc_I4_S:
401
case
Code
.Ldc_I4_M1:
402
case
Code
.Ldc_I8:
403
case
Code
.Ldc_R4:
404
case
Code
.Ldc_R8:
405
case
Code
.Ldnull:
406
case
Code
.Ldstr:
418
case
Code
.Ldc_I4_0:
421
case
Code
.Ldc_I4_1:
424
case
Code
.Ldc_I4_2:
427
case
Code
.Ldc_I4_3:
430
case
Code
.Ldc_I4_4:
433
case
Code
.Ldc_I4_5:
436
case
Code
.Ldc_I4_6:
439
case
Code
.Ldc_I4_7:
442
case
Code
.Ldc_I4_8:
445
case
Code
.Ldc_I4_M1:
448
case
Code
.Ldc_I4:
451
case
Code
.Ldc_I4_S:
454
case
Code
.Ldc_I8:
457
case
Code
.Ldstr:
460
case
Code
.Ldnull:
506
case
Code
.Call:
507
case
Code
.Callvirt:
577
case
Code
.Sizeof:
603
if (instructions[index - 1].OpCode.Code ==
Code
.Ldarg_0)
688
case
Code
.Brfalse:
689
case
Code
.Brfalse_S:
700
case
Code
.Brtrue:
701
case
Code
.Brtrue_S:
713
case
Code
.Switch:
913
case
Code
.Call:
914
case
Code
.Callvirt:
947
case
Code
.Ldsfld:
963
case
Code
.Sizeof:
979
=> opCode.Code is
Code
.Brfalse or
Code
.Brfalse_S or
Code
.Brtrue or
Code
.Brtrue_S;
1078
if (operand is null && (opcode.Code ==
Code
.Brfalse || opcode.Code ==
Code
.Brfalse_S))
1135
case
Code
.Ceq:
1136
case
Code
.Clt:
1137
case
Code
.Cgt:
1163
case
Code
.Cgt_Un:
1374
case
Code
.Stloc_0:
1375
return second.OpCode.Code ==
Code
.Ldloc_0;
1376
case
Code
.Stloc_1:
1377
return second.OpCode.Code ==
Code
.Ldloc_1;
1378
case
Code
.Stloc_2:
1379
return second.OpCode.Code ==
Code
.Ldloc_2;
1380
case
Code
.Stloc_3:
1381
return second.OpCode.Code ==
Code
.Ldloc_3;
1382
case
Code
.Stloc_S:
1383
case
Code
.Stloc:
1384
if (second.OpCode.Code ==
Code
.Ldloc_S || second.OpCode.Code ==
Code
.Ldloc)
1450
case
Code
.Nop:
1454
case
Code
.Ret:
1644
case
Code
.Stloc_0:
1645
case
Code
.Ldloc_0:
1647
case
Code
.Stloc_1:
1648
case
Code
.Ldloc_1:
1650
case
Code
.Stloc_2:
1651
case
Code
.Ldloc_2:
1653
case
Code
.Stloc_3:
1654
case
Code
.Ldloc_3:
1733
case
Code
.Nop:
1734
case
Code
.Volatile:
1736
case
Code
.Pop:
1741
case
Code
.Br_S:
1742
case
Code
.Br:
1746
case
Code
.Brfalse_S:
1747
case
Code
.Brfalse:
1763
case
Code
.Brtrue_S:
1764
case
Code
.Brtrue:
1780
case
Code
.Beq:
1781
case
Code
.Beq_S:
1782
case
Code
.Bne_Un:
1783
case
Code
.Bne_Un_S:
1784
case
Code
.Bge:
1785
case
Code
.Bge_S:
1786
case
Code
.Bge_Un:
1787
case
Code
.Bge_Un_S:
1788
case
Code
.Bgt:
1789
case
Code
.Bgt_S:
1790
case
Code
.Bgt_Un:
1791
case
Code
.Bgt_Un_S:
1792
case
Code
.Ble:
1793
case
Code
.Ble_S:
1794
case
Code
.Ble_Un:
1795
case
Code
.Ble_Un_S:
1796
case
Code
.Blt:
1797
case
Code
.Blt_S:
1798
case
Code
.Blt_Un:
1799
case
Code
.Blt_Un_S:
1804
case
Code
.Ldc_I4:
1805
case
Code
.Ldc_I4_S:
1806
case
Code
.Ldc_I4_0:
1807
case
Code
.Ldc_I4_1:
1808
case
Code
.Ldc_I4_2:
1809
case
Code
.Ldc_I4_3:
1810
case
Code
.Ldc_I4_4:
1811
case
Code
.Ldc_I4_5:
1812
case
Code
.Ldc_I4_6:
1813
case
Code
.Ldc_I4_7:
1814
case
Code
.Ldc_I4_8:
1815
case
Code
.Ldc_I4_M1:
1816
case
Code
.Ldc_I8:
1817
case
Code
.Ldnull:
1818
case
Code
.Ldstr:
1819
case
Code
.Ldtoken:
1823
case
Code
.Ldloc_0:
1830
case
Code
.Ldloc_1:
1837
case
Code
.Ldloc_2:
1844
case
Code
.Ldloc_3:
1851
case
Code
.Ldloc:
1852
case
Code
.Ldloc_S:
1860
case
Code
.Stloc_0:
1863
case
Code
.Stloc_1:
1866
case
Code
.Stloc_2:
1869
case
Code
.Stloc_3:
1872
case
Code
.Stloc_S:
1873
case
Code
.Stloc:
1878
case
Code
.Ldarg_0:
1892
case
Code
.Ldarg_1:
1903
case
Code
.Ldsfld:
1926
case
Code
.Ceq:
1946
case
Code
.Conv_I8:
1961
case
Code
.Call:
1962
case
Code
.Callvirt:
2034
case
Code
.Sizeof:
2047
case
Code
.Ret:
2067
case
Code
.Ldarg_0:
2115
case
Code
.Ldc_I4_0:
2116
case
Code
.Ldc_I4_1:
2117
case
Code
.Ldc_I4_2:
2118
case
Code
.Ldc_I4_3:
2119
case
Code
.Ldc_I4_4:
2120
case
Code
.Ldc_I4_5:
2121
case
Code
.Ldc_I4_6:
2122
case
Code
.Ldc_I4_7:
2123
case
Code
.Ldc_I4_8:
2124
case
Code
.Ldc_I4:
2125
case
Code
.Ldc_I4_S:
2126
case
Code
.Ldc_I4_M1:
2127
case
Code
.Ldc_I8:
2128
case
Code
.Ldnull:
2129
case
Code
.Ldstr:
Linker\MethodBodyScanner.cs (4)
24
if (ins.OpCode.Code ==
Code
.Nop)
29
if (meaningfulCount == 1 && ins.OpCode.Code ==
Code
.Ret)
32
if (meaningfulCount == 2 && ins.OpCode.Code ==
Code
.Ret && previousMeaningful != null)
47
case
Code
.Ldnull:
Linker\ParameterHelpers.cs (12)
18
Code
code = operation.OpCode.Code;
21
Code
.Ldarg_0
22
or
Code
.Ldarg_1
23
or
Code
.Ldarg_2
24
or
Code
.Ldarg_3
27
Code
.Starg
28
or
Code
.Ldarg
29
or
Code
.Starg_S
30
or
Code
.Ldarg_S
31
or
Code
.Ldarga
32
or
Code
.Ldarga_S
40
return (ParameterIndex)(code -
Code
.Ldarg_0);
Microsoft.Maui.Controls.Build.Tasks (6)
MethodBodyExtensions.cs (6)
34
if (instruction.OpCode.Code !=
Code
.Ldc_I8)
50
if (instruction.OpCode.Code !=
Code
.Stloc)
57
if (next.OpCode.Code !=
Code
.Ldloc || num != ((VariableDefinition)next.Operand).Index)
70
if (instruction.OpCode.Code !=
Code
.Ldloc)
83
var instruction = (from instr in self.Instructions where instr.OpCode.Code ==
Code
.Stloc && instr.Operand == varDef select instr).First();
86
if (instruction.Previous.OpCode.Code !=
Code
.Dup)
Mono.Cecil (225)
Mono.Cecil.Cil\CodeWriter.cs (3)
440
if (method.HasImplicitThis() && instruction.opcode.Code !=
Code
.Newobj)
446
if (instruction.opcode.Code ==
Code
.Calli)
449
if (method.ReturnType.etype != ElementType.Void || instruction.opcode.Code ==
Code
.Newobj)
Mono.Cecil.Cil\Instruction.cs (1)
171
if (opcode.Code !=
Code
.Calli)
Mono.Cecil.Cil\OpCode.cs (2)
122
public
Code
Code {
123
get { return (
Code
) code; }
Mono.Cecil.Cil\OpCodes.cs (219)
19
0xff << 0 | 0x00 << 8 | (byte)
Code
.Nop << 16 | (byte) FlowControl.Next << 24,
23
0xff << 0 | 0x01 << 8 | (byte)
Code
.Break << 16 | (byte) FlowControl.Break << 24,
27
0xff << 0 | 0x02 << 8 | (byte)
Code
.Ldarg_0 << 16 | (byte) FlowControl.Next << 24,
31
0xff << 0 | 0x03 << 8 | (byte)
Code
.Ldarg_1 << 16 | (byte) FlowControl.Next << 24,
35
0xff << 0 | 0x04 << 8 | (byte)
Code
.Ldarg_2 << 16 | (byte) FlowControl.Next << 24,
39
0xff << 0 | 0x05 << 8 | (byte)
Code
.Ldarg_3 << 16 | (byte) FlowControl.Next << 24,
43
0xff << 0 | 0x06 << 8 | (byte)
Code
.Ldloc_0 << 16 | (byte) FlowControl.Next << 24,
47
0xff << 0 | 0x07 << 8 | (byte)
Code
.Ldloc_1 << 16 | (byte) FlowControl.Next << 24,
51
0xff << 0 | 0x08 << 8 | (byte)
Code
.Ldloc_2 << 16 | (byte) FlowControl.Next << 24,
55
0xff << 0 | 0x09 << 8 | (byte)
Code
.Ldloc_3 << 16 | (byte) FlowControl.Next << 24,
59
0xff << 0 | 0x0a << 8 | (byte)
Code
.Stloc_0 << 16 | (byte) FlowControl.Next << 24,
63
0xff << 0 | 0x0b << 8 | (byte)
Code
.Stloc_1 << 16 | (byte) FlowControl.Next << 24,
67
0xff << 0 | 0x0c << 8 | (byte)
Code
.Stloc_2 << 16 | (byte) FlowControl.Next << 24,
71
0xff << 0 | 0x0d << 8 | (byte)
Code
.Stloc_3 << 16 | (byte) FlowControl.Next << 24,
75
0xff << 0 | 0x0e << 8 | (byte)
Code
.Ldarg_S << 16 | (byte) FlowControl.Next << 24,
79
0xff << 0 | 0x0f << 8 | (byte)
Code
.Ldarga_S << 16 | (byte) FlowControl.Next << 24,
83
0xff << 0 | 0x10 << 8 | (byte)
Code
.Starg_S << 16 | (byte) FlowControl.Next << 24,
87
0xff << 0 | 0x11 << 8 | (byte)
Code
.Ldloc_S << 16 | (byte) FlowControl.Next << 24,
91
0xff << 0 | 0x12 << 8 | (byte)
Code
.Ldloca_S << 16 | (byte) FlowControl.Next << 24,
95
0xff << 0 | 0x13 << 8 | (byte)
Code
.Stloc_S << 16 | (byte) FlowControl.Next << 24,
99
0xff << 0 | 0x14 << 8 | (byte)
Code
.Ldnull << 16 | (byte) FlowControl.Next << 24,
103
0xff << 0 | 0x15 << 8 | (byte)
Code
.Ldc_I4_M1 << 16 | (byte) FlowControl.Next << 24,
107
0xff << 0 | 0x16 << 8 | (byte)
Code
.Ldc_I4_0 << 16 | (byte) FlowControl.Next << 24,
111
0xff << 0 | 0x17 << 8 | (byte)
Code
.Ldc_I4_1 << 16 | (byte) FlowControl.Next << 24,
115
0xff << 0 | 0x18 << 8 | (byte)
Code
.Ldc_I4_2 << 16 | (byte) FlowControl.Next << 24,
119
0xff << 0 | 0x19 << 8 | (byte)
Code
.Ldc_I4_3 << 16 | (byte) FlowControl.Next << 24,
123
0xff << 0 | 0x1a << 8 | (byte)
Code
.Ldc_I4_4 << 16 | (byte) FlowControl.Next << 24,
127
0xff << 0 | 0x1b << 8 | (byte)
Code
.Ldc_I4_5 << 16 | (byte) FlowControl.Next << 24,
131
0xff << 0 | 0x1c << 8 | (byte)
Code
.Ldc_I4_6 << 16 | (byte) FlowControl.Next << 24,
135
0xff << 0 | 0x1d << 8 | (byte)
Code
.Ldc_I4_7 << 16 | (byte) FlowControl.Next << 24,
139
0xff << 0 | 0x1e << 8 | (byte)
Code
.Ldc_I4_8 << 16 | (byte) FlowControl.Next << 24,
143
0xff << 0 | 0x1f << 8 | (byte)
Code
.Ldc_I4_S << 16 | (byte) FlowControl.Next << 24,
147
0xff << 0 | 0x20 << 8 | (byte)
Code
.Ldc_I4 << 16 | (byte) FlowControl.Next << 24,
151
0xff << 0 | 0x21 << 8 | (byte)
Code
.Ldc_I8 << 16 | (byte) FlowControl.Next << 24,
155
0xff << 0 | 0x22 << 8 | (byte)
Code
.Ldc_R4 << 16 | (byte) FlowControl.Next << 24,
159
0xff << 0 | 0x23 << 8 | (byte)
Code
.Ldc_R8 << 16 | (byte) FlowControl.Next << 24,
163
0xff << 0 | 0x25 << 8 | (byte)
Code
.Dup << 16 | (byte) FlowControl.Next << 24,
167
0xff << 0 | 0x26 << 8 | (byte)
Code
.Pop << 16 | (byte) FlowControl.Next << 24,
171
0xff << 0 | 0x27 << 8 | (byte)
Code
.Jmp << 16 | (byte) FlowControl.Call << 24,
175
0xff << 0 | 0x28 << 8 | (byte)
Code
.Call << 16 | (byte) FlowControl.Call << 24,
179
0xff << 0 | 0x29 << 8 | (byte)
Code
.Calli << 16 | (byte) FlowControl.Call << 24,
183
0xff << 0 | 0x2a << 8 | (byte)
Code
.Ret << 16 | (byte) FlowControl.Return << 24,
187
0xff << 0 | 0x2b << 8 | (byte)
Code
.Br_S << 16 | (byte) FlowControl.Branch << 24,
191
0xff << 0 | 0x2c << 8 | (byte)
Code
.Brfalse_S << 16 | (byte) FlowControl.Cond_Branch << 24,
195
0xff << 0 | 0x2d << 8 | (byte)
Code
.Brtrue_S << 16 | (byte) FlowControl.Cond_Branch << 24,
199
0xff << 0 | 0x2e << 8 | (byte)
Code
.Beq_S << 16 | (byte) FlowControl.Cond_Branch << 24,
203
0xff << 0 | 0x2f << 8 | (byte)
Code
.Bge_S << 16 | (byte) FlowControl.Cond_Branch << 24,
207
0xff << 0 | 0x30 << 8 | (byte)
Code
.Bgt_S << 16 | (byte) FlowControl.Cond_Branch << 24,
211
0xff << 0 | 0x31 << 8 | (byte)
Code
.Ble_S << 16 | (byte) FlowControl.Cond_Branch << 24,
215
0xff << 0 | 0x32 << 8 | (byte)
Code
.Blt_S << 16 | (byte) FlowControl.Cond_Branch << 24,
219
0xff << 0 | 0x33 << 8 | (byte)
Code
.Bne_Un_S << 16 | (byte) FlowControl.Cond_Branch << 24,
223
0xff << 0 | 0x34 << 8 | (byte)
Code
.Bge_Un_S << 16 | (byte) FlowControl.Cond_Branch << 24,
227
0xff << 0 | 0x35 << 8 | (byte)
Code
.Bgt_Un_S << 16 | (byte) FlowControl.Cond_Branch << 24,
231
0xff << 0 | 0x36 << 8 | (byte)
Code
.Ble_Un_S << 16 | (byte) FlowControl.Cond_Branch << 24,
235
0xff << 0 | 0x37 << 8 | (byte)
Code
.Blt_Un_S << 16 | (byte) FlowControl.Cond_Branch << 24,
239
0xff << 0 | 0x38 << 8 | (byte)
Code
.Br << 16 | (byte) FlowControl.Branch << 24,
243
0xff << 0 | 0x39 << 8 | (byte)
Code
.Brfalse << 16 | (byte) FlowControl.Cond_Branch << 24,
247
0xff << 0 | 0x3a << 8 | (byte)
Code
.Brtrue << 16 | (byte) FlowControl.Cond_Branch << 24,
251
0xff << 0 | 0x3b << 8 | (byte)
Code
.Beq << 16 | (byte) FlowControl.Cond_Branch << 24,
255
0xff << 0 | 0x3c << 8 | (byte)
Code
.Bge << 16 | (byte) FlowControl.Cond_Branch << 24,
259
0xff << 0 | 0x3d << 8 | (byte)
Code
.Bgt << 16 | (byte) FlowControl.Cond_Branch << 24,
263
0xff << 0 | 0x3e << 8 | (byte)
Code
.Ble << 16 | (byte) FlowControl.Cond_Branch << 24,
267
0xff << 0 | 0x3f << 8 | (byte)
Code
.Blt << 16 | (byte) FlowControl.Cond_Branch << 24,
271
0xff << 0 | 0x40 << 8 | (byte)
Code
.Bne_Un << 16 | (byte) FlowControl.Cond_Branch << 24,
275
0xff << 0 | 0x41 << 8 | (byte)
Code
.Bge_Un << 16 | (byte) FlowControl.Cond_Branch << 24,
279
0xff << 0 | 0x42 << 8 | (byte)
Code
.Bgt_Un << 16 | (byte) FlowControl.Cond_Branch << 24,
283
0xff << 0 | 0x43 << 8 | (byte)
Code
.Ble_Un << 16 | (byte) FlowControl.Cond_Branch << 24,
287
0xff << 0 | 0x44 << 8 | (byte)
Code
.Blt_Un << 16 | (byte) FlowControl.Cond_Branch << 24,
291
0xff << 0 | 0x45 << 8 | (byte)
Code
.Switch << 16 | (byte) FlowControl.Cond_Branch << 24,
295
0xff << 0 | 0x46 << 8 | (byte)
Code
.Ldind_I1 << 16 | (byte) FlowControl.Next << 24,
299
0xff << 0 | 0x47 << 8 | (byte)
Code
.Ldind_U1 << 16 | (byte) FlowControl.Next << 24,
303
0xff << 0 | 0x48 << 8 | (byte)
Code
.Ldind_I2 << 16 | (byte) FlowControl.Next << 24,
307
0xff << 0 | 0x49 << 8 | (byte)
Code
.Ldind_U2 << 16 | (byte) FlowControl.Next << 24,
311
0xff << 0 | 0x4a << 8 | (byte)
Code
.Ldind_I4 << 16 | (byte) FlowControl.Next << 24,
315
0xff << 0 | 0x4b << 8 | (byte)
Code
.Ldind_U4 << 16 | (byte) FlowControl.Next << 24,
319
0xff << 0 | 0x4c << 8 | (byte)
Code
.Ldind_I8 << 16 | (byte) FlowControl.Next << 24,
323
0xff << 0 | 0x4d << 8 | (byte)
Code
.Ldind_I << 16 | (byte) FlowControl.Next << 24,
327
0xff << 0 | 0x4e << 8 | (byte)
Code
.Ldind_R4 << 16 | (byte) FlowControl.Next << 24,
331
0xff << 0 | 0x4f << 8 | (byte)
Code
.Ldind_R8 << 16 | (byte) FlowControl.Next << 24,
335
0xff << 0 | 0x50 << 8 | (byte)
Code
.Ldind_Ref << 16 | (byte) FlowControl.Next << 24,
339
0xff << 0 | 0x51 << 8 | (byte)
Code
.Stind_Ref << 16 | (byte) FlowControl.Next << 24,
343
0xff << 0 | 0x52 << 8 | (byte)
Code
.Stind_I1 << 16 | (byte) FlowControl.Next << 24,
347
0xff << 0 | 0x53 << 8 | (byte)
Code
.Stind_I2 << 16 | (byte) FlowControl.Next << 24,
351
0xff << 0 | 0x54 << 8 | (byte)
Code
.Stind_I4 << 16 | (byte) FlowControl.Next << 24,
355
0xff << 0 | 0x55 << 8 | (byte)
Code
.Stind_I8 << 16 | (byte) FlowControl.Next << 24,
359
0xff << 0 | 0x56 << 8 | (byte)
Code
.Stind_R4 << 16 | (byte) FlowControl.Next << 24,
363
0xff << 0 | 0x57 << 8 | (byte)
Code
.Stind_R8 << 16 | (byte) FlowControl.Next << 24,
367
0xff << 0 | 0x58 << 8 | (byte)
Code
.Add << 16 | (byte) FlowControl.Next << 24,
371
0xff << 0 | 0x59 << 8 | (byte)
Code
.Sub << 16 | (byte) FlowControl.Next << 24,
375
0xff << 0 | 0x5a << 8 | (byte)
Code
.Mul << 16 | (byte) FlowControl.Next << 24,
379
0xff << 0 | 0x5b << 8 | (byte)
Code
.Div << 16 | (byte) FlowControl.Next << 24,
383
0xff << 0 | 0x5c << 8 | (byte)
Code
.Div_Un << 16 | (byte) FlowControl.Next << 24,
387
0xff << 0 | 0x5d << 8 | (byte)
Code
.Rem << 16 | (byte) FlowControl.Next << 24,
391
0xff << 0 | 0x5e << 8 | (byte)
Code
.Rem_Un << 16 | (byte) FlowControl.Next << 24,
395
0xff << 0 | 0x5f << 8 | (byte)
Code
.And << 16 | (byte) FlowControl.Next << 24,
399
0xff << 0 | 0x60 << 8 | (byte)
Code
.Or << 16 | (byte) FlowControl.Next << 24,
403
0xff << 0 | 0x61 << 8 | (byte)
Code
.Xor << 16 | (byte) FlowControl.Next << 24,
407
0xff << 0 | 0x62 << 8 | (byte)
Code
.Shl << 16 | (byte) FlowControl.Next << 24,
411
0xff << 0 | 0x63 << 8 | (byte)
Code
.Shr << 16 | (byte) FlowControl.Next << 24,
415
0xff << 0 | 0x64 << 8 | (byte)
Code
.Shr_Un << 16 | (byte) FlowControl.Next << 24,
419
0xff << 0 | 0x65 << 8 | (byte)
Code
.Neg << 16 | (byte) FlowControl.Next << 24,
423
0xff << 0 | 0x66 << 8 | (byte)
Code
.Not << 16 | (byte) FlowControl.Next << 24,
427
0xff << 0 | 0x67 << 8 | (byte)
Code
.Conv_I1 << 16 | (byte) FlowControl.Next << 24,
431
0xff << 0 | 0x68 << 8 | (byte)
Code
.Conv_I2 << 16 | (byte) FlowControl.Next << 24,
435
0xff << 0 | 0x69 << 8 | (byte)
Code
.Conv_I4 << 16 | (byte) FlowControl.Next << 24,
439
0xff << 0 | 0x6a << 8 | (byte)
Code
.Conv_I8 << 16 | (byte) FlowControl.Next << 24,
443
0xff << 0 | 0x6b << 8 | (byte)
Code
.Conv_R4 << 16 | (byte) FlowControl.Next << 24,
447
0xff << 0 | 0x6c << 8 | (byte)
Code
.Conv_R8 << 16 | (byte) FlowControl.Next << 24,
451
0xff << 0 | 0x6d << 8 | (byte)
Code
.Conv_U4 << 16 | (byte) FlowControl.Next << 24,
455
0xff << 0 | 0x6e << 8 | (byte)
Code
.Conv_U8 << 16 | (byte) FlowControl.Next << 24,
459
0xff << 0 | 0x6f << 8 | (byte)
Code
.Callvirt << 16 | (byte) FlowControl.Call << 24,
463
0xff << 0 | 0x70 << 8 | (byte)
Code
.Cpobj << 16 | (byte) FlowControl.Next << 24,
467
0xff << 0 | 0x71 << 8 | (byte)
Code
.Ldobj << 16 | (byte) FlowControl.Next << 24,
471
0xff << 0 | 0x72 << 8 | (byte)
Code
.Ldstr << 16 | (byte) FlowControl.Next << 24,
475
0xff << 0 | 0x73 << 8 | (byte)
Code
.Newobj << 16 | (byte) FlowControl.Call << 24,
479
0xff << 0 | 0x74 << 8 | (byte)
Code
.Castclass << 16 | (byte) FlowControl.Next << 24,
483
0xff << 0 | 0x75 << 8 | (byte)
Code
.Isinst << 16 | (byte) FlowControl.Next << 24,
487
0xff << 0 | 0x76 << 8 | (byte)
Code
.Conv_R_Un << 16 | (byte) FlowControl.Next << 24,
491
0xff << 0 | 0x79 << 8 | (byte)
Code
.Unbox << 16 | (byte) FlowControl.Next << 24,
495
0xff << 0 | 0x7a << 8 | (byte)
Code
.Throw << 16 | (byte) FlowControl.Throw << 24,
499
0xff << 0 | 0x7b << 8 | (byte)
Code
.Ldfld << 16 | (byte) FlowControl.Next << 24,
503
0xff << 0 | 0x7c << 8 | (byte)
Code
.Ldflda << 16 | (byte) FlowControl.Next << 24,
507
0xff << 0 | 0x7d << 8 | (byte)
Code
.Stfld << 16 | (byte) FlowControl.Next << 24,
511
0xff << 0 | 0x7e << 8 | (byte)
Code
.Ldsfld << 16 | (byte) FlowControl.Next << 24,
515
0xff << 0 | 0x7f << 8 | (byte)
Code
.Ldsflda << 16 | (byte) FlowControl.Next << 24,
519
0xff << 0 | 0x80 << 8 | (byte)
Code
.Stsfld << 16 | (byte) FlowControl.Next << 24,
523
0xff << 0 | 0x81 << 8 | (byte)
Code
.Stobj << 16 | (byte) FlowControl.Next << 24,
527
0xff << 0 | 0x82 << 8 | (byte)
Code
.Conv_Ovf_I1_Un << 16 | (byte) FlowControl.Next << 24,
531
0xff << 0 | 0x83 << 8 | (byte)
Code
.Conv_Ovf_I2_Un << 16 | (byte) FlowControl.Next << 24,
535
0xff << 0 | 0x84 << 8 | (byte)
Code
.Conv_Ovf_I4_Un << 16 | (byte) FlowControl.Next << 24,
539
0xff << 0 | 0x85 << 8 | (byte)
Code
.Conv_Ovf_I8_Un << 16 | (byte) FlowControl.Next << 24,
543
0xff << 0 | 0x86 << 8 | (byte)
Code
.Conv_Ovf_U1_Un << 16 | (byte) FlowControl.Next << 24,
547
0xff << 0 | 0x87 << 8 | (byte)
Code
.Conv_Ovf_U2_Un << 16 | (byte) FlowControl.Next << 24,
551
0xff << 0 | 0x88 << 8 | (byte)
Code
.Conv_Ovf_U4_Un << 16 | (byte) FlowControl.Next << 24,
555
0xff << 0 | 0x89 << 8 | (byte)
Code
.Conv_Ovf_U8_Un << 16 | (byte) FlowControl.Next << 24,
559
0xff << 0 | 0x8a << 8 | (byte)
Code
.Conv_Ovf_I_Un << 16 | (byte) FlowControl.Next << 24,
563
0xff << 0 | 0x8b << 8 | (byte)
Code
.Conv_Ovf_U_Un << 16 | (byte) FlowControl.Next << 24,
567
0xff << 0 | 0x8c << 8 | (byte)
Code
.Box << 16 | (byte) FlowControl.Next << 24,
571
0xff << 0 | 0x8d << 8 | (byte)
Code
.Newarr << 16 | (byte) FlowControl.Next << 24,
575
0xff << 0 | 0x8e << 8 | (byte)
Code
.Ldlen << 16 | (byte) FlowControl.Next << 24,
579
0xff << 0 | 0x8f << 8 | (byte)
Code
.Ldelema << 16 | (byte) FlowControl.Next << 24,
583
0xff << 0 | 0x90 << 8 | (byte)
Code
.Ldelem_I1 << 16 | (byte) FlowControl.Next << 24,
587
0xff << 0 | 0x91 << 8 | (byte)
Code
.Ldelem_U1 << 16 | (byte) FlowControl.Next << 24,
591
0xff << 0 | 0x92 << 8 | (byte)
Code
.Ldelem_I2 << 16 | (byte) FlowControl.Next << 24,
595
0xff << 0 | 0x93 << 8 | (byte)
Code
.Ldelem_U2 << 16 | (byte) FlowControl.Next << 24,
599
0xff << 0 | 0x94 << 8 | (byte)
Code
.Ldelem_I4 << 16 | (byte) FlowControl.Next << 24,
603
0xff << 0 | 0x95 << 8 | (byte)
Code
.Ldelem_U4 << 16 | (byte) FlowControl.Next << 24,
607
0xff << 0 | 0x96 << 8 | (byte)
Code
.Ldelem_I8 << 16 | (byte) FlowControl.Next << 24,
611
0xff << 0 | 0x97 << 8 | (byte)
Code
.Ldelem_I << 16 | (byte) FlowControl.Next << 24,
615
0xff << 0 | 0x98 << 8 | (byte)
Code
.Ldelem_R4 << 16 | (byte) FlowControl.Next << 24,
619
0xff << 0 | 0x99 << 8 | (byte)
Code
.Ldelem_R8 << 16 | (byte) FlowControl.Next << 24,
623
0xff << 0 | 0x9a << 8 | (byte)
Code
.Ldelem_Ref << 16 | (byte) FlowControl.Next << 24,
627
0xff << 0 | 0x9b << 8 | (byte)
Code
.Stelem_I << 16 | (byte) FlowControl.Next << 24,
631
0xff << 0 | 0x9c << 8 | (byte)
Code
.Stelem_I1 << 16 | (byte) FlowControl.Next << 24,
635
0xff << 0 | 0x9d << 8 | (byte)
Code
.Stelem_I2 << 16 | (byte) FlowControl.Next << 24,
639
0xff << 0 | 0x9e << 8 | (byte)
Code
.Stelem_I4 << 16 | (byte) FlowControl.Next << 24,
643
0xff << 0 | 0x9f << 8 | (byte)
Code
.Stelem_I8 << 16 | (byte) FlowControl.Next << 24,
647
0xff << 0 | 0xa0 << 8 | (byte)
Code
.Stelem_R4 << 16 | (byte) FlowControl.Next << 24,
651
0xff << 0 | 0xa1 << 8 | (byte)
Code
.Stelem_R8 << 16 | (byte) FlowControl.Next << 24,
655
0xff << 0 | 0xa2 << 8 | (byte)
Code
.Stelem_Ref << 16 | (byte) FlowControl.Next << 24,
659
0xff << 0 | 0xa3 << 8 | (byte)
Code
.Ldelem_Any << 16 | (byte) FlowControl.Next << 24,
663
0xff << 0 | 0xa4 << 8 | (byte)
Code
.Stelem_Any << 16 | (byte) FlowControl.Next << 24,
667
0xff << 0 | 0xa5 << 8 | (byte)
Code
.Unbox_Any << 16 | (byte) FlowControl.Next << 24,
671
0xff << 0 | 0xb3 << 8 | (byte)
Code
.Conv_Ovf_I1 << 16 | (byte) FlowControl.Next << 24,
675
0xff << 0 | 0xb4 << 8 | (byte)
Code
.Conv_Ovf_U1 << 16 | (byte) FlowControl.Next << 24,
679
0xff << 0 | 0xb5 << 8 | (byte)
Code
.Conv_Ovf_I2 << 16 | (byte) FlowControl.Next << 24,
683
0xff << 0 | 0xb6 << 8 | (byte)
Code
.Conv_Ovf_U2 << 16 | (byte) FlowControl.Next << 24,
687
0xff << 0 | 0xb7 << 8 | (byte)
Code
.Conv_Ovf_I4 << 16 | (byte) FlowControl.Next << 24,
691
0xff << 0 | 0xb8 << 8 | (byte)
Code
.Conv_Ovf_U4 << 16 | (byte) FlowControl.Next << 24,
695
0xff << 0 | 0xb9 << 8 | (byte)
Code
.Conv_Ovf_I8 << 16 | (byte) FlowControl.Next << 24,
699
0xff << 0 | 0xba << 8 | (byte)
Code
.Conv_Ovf_U8 << 16 | (byte) FlowControl.Next << 24,
703
0xff << 0 | 0xc2 << 8 | (byte)
Code
.Refanyval << 16 | (byte) FlowControl.Next << 24,
707
0xff << 0 | 0xc3 << 8 | (byte)
Code
.Ckfinite << 16 | (byte) FlowControl.Next << 24,
711
0xff << 0 | 0xc6 << 8 | (byte)
Code
.Mkrefany << 16 | (byte) FlowControl.Next << 24,
715
0xff << 0 | 0xd0 << 8 | (byte)
Code
.Ldtoken << 16 | (byte) FlowControl.Next << 24,
719
0xff << 0 | 0xd1 << 8 | (byte)
Code
.Conv_U2 << 16 | (byte) FlowControl.Next << 24,
723
0xff << 0 | 0xd2 << 8 | (byte)
Code
.Conv_U1 << 16 | (byte) FlowControl.Next << 24,
727
0xff << 0 | 0xd3 << 8 | (byte)
Code
.Conv_I << 16 | (byte) FlowControl.Next << 24,
731
0xff << 0 | 0xd4 << 8 | (byte)
Code
.Conv_Ovf_I << 16 | (byte) FlowControl.Next << 24,
735
0xff << 0 | 0xd5 << 8 | (byte)
Code
.Conv_Ovf_U << 16 | (byte) FlowControl.Next << 24,
739
0xff << 0 | 0xd6 << 8 | (byte)
Code
.Add_Ovf << 16 | (byte) FlowControl.Next << 24,
743
0xff << 0 | 0xd7 << 8 | (byte)
Code
.Add_Ovf_Un << 16 | (byte) FlowControl.Next << 24,
747
0xff << 0 | 0xd8 << 8 | (byte)
Code
.Mul_Ovf << 16 | (byte) FlowControl.Next << 24,
751
0xff << 0 | 0xd9 << 8 | (byte)
Code
.Mul_Ovf_Un << 16 | (byte) FlowControl.Next << 24,
755
0xff << 0 | 0xda << 8 | (byte)
Code
.Sub_Ovf << 16 | (byte) FlowControl.Next << 24,
759
0xff << 0 | 0xdb << 8 | (byte)
Code
.Sub_Ovf_Un << 16 | (byte) FlowControl.Next << 24,
763
0xff << 0 | 0xdc << 8 | (byte)
Code
.Endfinally << 16 | (byte) FlowControl.Return << 24,
767
0xff << 0 | 0xdd << 8 | (byte)
Code
.Leave << 16 | (byte) FlowControl.Branch << 24,
771
0xff << 0 | 0xde << 8 | (byte)
Code
.Leave_S << 16 | (byte) FlowControl.Branch << 24,
775
0xff << 0 | 0xdf << 8 | (byte)
Code
.Stind_I << 16 | (byte) FlowControl.Next << 24,
779
0xff << 0 | 0xe0 << 8 | (byte)
Code
.Conv_U << 16 | (byte) FlowControl.Next << 24,
783
0xfe << 0 | 0x00 << 8 | (byte)
Code
.Arglist << 16 | (byte) FlowControl.Next << 24,
787
0xfe << 0 | 0x01 << 8 | (byte)
Code
.Ceq << 16 | (byte) FlowControl.Next << 24,
791
0xfe << 0 | 0x02 << 8 | (byte)
Code
.Cgt << 16 | (byte) FlowControl.Next << 24,
795
0xfe << 0 | 0x03 << 8 | (byte)
Code
.Cgt_Un << 16 | (byte) FlowControl.Next << 24,
799
0xfe << 0 | 0x04 << 8 | (byte)
Code
.Clt << 16 | (byte) FlowControl.Next << 24,
803
0xfe << 0 | 0x05 << 8 | (byte)
Code
.Clt_Un << 16 | (byte) FlowControl.Next << 24,
807
0xfe << 0 | 0x06 << 8 | (byte)
Code
.Ldftn << 16 | (byte) FlowControl.Next << 24,
811
0xfe << 0 | 0x07 << 8 | (byte)
Code
.Ldvirtftn << 16 | (byte) FlowControl.Next << 24,
815
0xfe << 0 | 0x09 << 8 | (byte)
Code
.Ldarg << 16 | (byte) FlowControl.Next << 24,
819
0xfe << 0 | 0x0a << 8 | (byte)
Code
.Ldarga << 16 | (byte) FlowControl.Next << 24,
823
0xfe << 0 | 0x0b << 8 | (byte)
Code
.Starg << 16 | (byte) FlowControl.Next << 24,
827
0xfe << 0 | 0x0c << 8 | (byte)
Code
.Ldloc << 16 | (byte) FlowControl.Next << 24,
831
0xfe << 0 | 0x0d << 8 | (byte)
Code
.Ldloca << 16 | (byte) FlowControl.Next << 24,
835
0xfe << 0 | 0x0e << 8 | (byte)
Code
.Stloc << 16 | (byte) FlowControl.Next << 24,
839
0xfe << 0 | 0x0f << 8 | (byte)
Code
.Localloc << 16 | (byte) FlowControl.Next << 24,
843
0xfe << 0 | 0x11 << 8 | (byte)
Code
.Endfilter << 16 | (byte) FlowControl.Return << 24,
847
0xfe << 0 | 0x12 << 8 | (byte)
Code
.Unaligned << 16 | (byte) FlowControl.Meta << 24,
851
0xfe << 0 | 0x13 << 8 | (byte)
Code
.Volatile << 16 | (byte) FlowControl.Meta << 24,
855
0xfe << 0 | 0x14 << 8 | (byte)
Code
.Tail << 16 | (byte) FlowControl.Meta << 24,
859
0xfe << 0 | 0x15 << 8 | (byte)
Code
.Initobj << 16 | (byte) FlowControl.Next << 24,
863
0xfe << 0 | 0x16 << 8 | (byte)
Code
.Constrained << 16 | (byte) FlowControl.Next << 24,
867
0xfe << 0 | 0x17 << 8 | (byte)
Code
.Cpblk << 16 | (byte) FlowControl.Next << 24,
871
0xfe << 0 | 0x18 << 8 | (byte)
Code
.Initblk << 16 | (byte) FlowControl.Next << 24,
875
0xfe << 0 | 0x19 << 8 | (byte)
Code
.No << 16 | (byte) FlowControl.Next << 24,
879
0xfe << 0 | 0x1a << 8 | (byte)
Code
.Rethrow << 16 | (byte) FlowControl.Throw << 24,
883
0xfe << 0 | 0x1c << 8 | (byte)
Code
.Sizeof << 16 | (byte) FlowControl.Next << 24,
887
0xfe << 0 | 0x1d << 8 | (byte)
Code
.Refanytype << 16 | (byte) FlowControl.Next << 24,
891
0xfe << 0 | 0x1e << 8 | (byte)
Code
.Readonly << 16 | (byte) FlowControl.Next << 24,
Mono.Cecil.Rocks (64)
Mono.Cecil.Rocks\MethodBodyRocks.cs (64)
32
case
Code
.Ldarg_0:
35
case
Code
.Ldarg_1:
38
case
Code
.Ldarg_2:
41
case
Code
.Ldarg_3:
44
case
Code
.Ldloc_0:
47
case
Code
.Ldloc_1:
50
case
Code
.Ldloc_2:
53
case
Code
.Ldloc_3:
56
case
Code
.Stloc_0:
59
case
Code
.Stloc_1:
62
case
Code
.Stloc_2:
65
case
Code
.Stloc_3:
68
case
Code
.Ldarg_S:
71
case
Code
.Ldarga_S:
74
case
Code
.Starg_S:
77
case
Code
.Ldloc_S:
80
case
Code
.Ldloca_S:
83
case
Code
.Stloc_S:
86
case
Code
.Ldc_I4_M1:
89
case
Code
.Ldc_I4_0:
92
case
Code
.Ldc_I4_1:
95
case
Code
.Ldc_I4_2:
98
case
Code
.Ldc_I4_3:
101
case
Code
.Ldc_I4_4:
104
case
Code
.Ldc_I4_5:
107
case
Code
.Ldc_I4_6:
110
case
Code
.Ldc_I4_7:
113
case
Code
.Ldc_I4_8:
116
case
Code
.Ldc_I4_S:
119
case
Code
.Br_S:
122
case
Code
.Brfalse_S:
125
case
Code
.Brtrue_S:
128
case
Code
.Beq_S:
131
case
Code
.Bge_S:
134
case
Code
.Bgt_S:
137
case
Code
.Ble_S:
140
case
Code
.Blt_S:
143
case
Code
.Bne_Un_S:
146
case
Code
.Bge_Un_S:
149
case
Code
.Bgt_Un_S:
152
case
Code
.Ble_Un_S:
155
case
Code
.Blt_Un_S:
158
case
Code
.Leave_S:
190
if (instruction.OpCode.Code !=
Code
.Ldc_I8)
210
case
Code
.Ldarg:
236
case
Code
.Ldloc:
257
case
Code
.Stloc:
278
case
Code
.Ldarga:
287
case
Code
.Ldloca:
291
case
Code
.Ldc_I4:
356
case
Code
.Br:
359
case
Code
.Brfalse:
362
case
Code
.Brtrue:
365
case
Code
.Beq:
368
case
Code
.Bge:
371
case
Code
.Bgt:
374
case
Code
.Ble:
377
case
Code
.Blt:
380
case
Code
.Bne_Un:
383
case
Code
.Bge_Un:
386
case
Code
.Bgt_Un:
389
case
Code
.Ble_Un:
392
case
Code
.Blt_Un:
395
case
Code
.Leave: