18 references to InlineMethod
illink (5)
Linker.Dataflow\CompilerGeneratedState.cs (2)
174
case OperandType.
InlineMethod
:
491
if (!handled && instr.OpCode.OperandType is OperandType.
InlineMethod
)
Linker.Steps\MarkStep.cs (2)
3818
case OperandType.
InlineMethod
:
3961
case OperandType.
InlineMethod
:
Linker\TypeReferenceWalker.cs (1)
204
case OperandType.
InlineMethod
:
Mono.Cecil (11)
Mono.Cecil.Cil\CodeReader.cs (2)
215
case OperandType.
InlineMethod
:
581
case OperandType.
InlineMethod
:
Mono.Cecil.Cil\CodeWriter.cs (1)
268
case OperandType.
InlineMethod
:
Mono.Cecil.Cil\Instruction.cs (2)
81
case OperandType.
InlineMethod
:
181
if (opcode.OperandType != OperandType.
InlineMethod
&&
Mono.Cecil.Cil\OpCodes.cs (6)
172
(byte) OpCodeType.Primitive << 0 | (byte) OperandType.
InlineMethod
<< 8 | (byte) StackBehaviour.Pop0 << 16 | (byte) StackBehaviour.Push0 << 24);
176
(byte) OpCodeType.Primitive << 0 | (byte) OperandType.
InlineMethod
<< 8 | (byte) StackBehaviour.Varpop << 16 | (byte) StackBehaviour.Varpush << 24);
460
(byte) OpCodeType.Objmodel << 0 | (byte) OperandType.
InlineMethod
<< 8 | (byte) StackBehaviour.Varpop << 16 | (byte) StackBehaviour.Varpush << 24);
476
(byte) OpCodeType.Objmodel << 0 | (byte) OperandType.
InlineMethod
<< 8 | (byte) StackBehaviour.Varpop << 16 | (byte) StackBehaviour.Pushref << 24);
808
(byte) OpCodeType.Primitive << 0 | (byte) OperandType.
InlineMethod
<< 8 | (byte) StackBehaviour.Pop0 << 16 | (byte) StackBehaviour.Pushi << 24);
812
(byte) OpCodeType.Primitive << 0 | (byte) OperandType.
InlineMethod
<< 8 | (byte) StackBehaviour.Popref << 16 | (byte) StackBehaviour.Pushi << 24);
Mono.Cecil.Rocks (1)
Mono.Cecil.Rocks\ILParser.cs (1)
188
case OperandType.
InlineMethod
:
tlens (1)
TLens.Analyzers\InterfacesAnalyzer.cs (1)
51
case OperandType.
InlineMethod
: