11 references to Create
illink (6)
Linker.Steps\UnreachableBlocksOptimizer.cs (6)
692
Rewrite(index, Instruction.
Create
(OpCodes.Br, (Instruction)instr.Operand));
704
Rewrite(index, Instruction.
Create
(OpCodes.Br, (Instruction)instr.Operand));
719
RewriteConditionTo(index, Instruction.
Create
(operand == 0 ? OpCodes.Brfalse : OpCodes.Brtrue, targets[operand]));
720
Rewrite(index, Instruction.
Create
(OpCodes.Br, targets[operand]));
1048
Rewrite(i, Instruction.
Create
(OpCodes.Br, (Instruction)instr.Operand));
1084
Rewrite(i, Instruction.
Create
(OpCodes.Br, (Instruction)instr.Operand));
Microsoft.Maui.Controls.Build.Tasks (4)
SetPropertiesVisitor.cs (4)
787
yield return
Create
(Brfalse, fallback());
1490
yield return
Create
(Brfalse, @else);
1497
yield return
Create
(Brfalse, @else);
1500
yield return
Create
(Br, endif);
Mono.Cecil (1)
Mono.Cecil.Cil\ILProcessor.cs (1)
106
return Instruction.
Create
(opcode, target);