18 references to InlineMethod
illink (5)
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)
51case OperandType.InlineMethod: