41 references to OperandType
illink (5)
Mono.Cecil (33)
Mono.Cecil.Cil\CodeReader.cs (4)
157 if (opcode.OperandType != OperandType.InlineNone) 176 switch (instruction.opcode.OperandType) { 250 switch (instruction.opcode.OperandType) { 542 switch (opcode.OperandType) {
Mono.Cecil.Cil\CodeWriter.cs (2)
197 var operand_type = opcode.OperandType; 396 switch (instruction.opcode.OperandType) {
Mono.Cecil.Cil\ILProcessor.cs (4)
69 if (opcode.OperandType == OperandType.ShortInlineVar) 72 if (opcode.OperandType == OperandType.ShortInlineArg) 80 if (opcode.OperandType == OperandType.InlineVar) 83 if (opcode.OperandType == OperandType.InlineArg)
Mono.Cecil.Cil\Instruction.cs (23)
72 switch (opcode.OperandType) { 115 switch (opcode.OperandType) { 150 if (opcode.OperandType != OperandType.InlineNone) 160 if (opcode.OperandType != OperandType.InlineType && 161 opcode.OperandType != OperandType.InlineTok) 181 if (opcode.OperandType != OperandType.InlineMethod && 182 opcode.OperandType != OperandType.InlineTok) 192 if (opcode.OperandType != OperandType.InlineField && 193 opcode.OperandType != OperandType.InlineTok) 203 if (opcode.OperandType != OperandType.InlineString) 211 if (opcode.OperandType != OperandType.ShortInlineI && 220 if (opcode.OperandType != OperandType.ShortInlineI || 229 if (opcode.OperandType != OperandType.InlineI) 237 if (opcode.OperandType != OperandType.InlineI8) 245 if (opcode.OperandType != OperandType.ShortInlineR) 253 if (opcode.OperandType != OperandType.InlineR) 263 if (opcode.OperandType != OperandType.InlineBrTarget && 264 opcode.OperandType != OperandType.ShortInlineBrTarget) 274 if (opcode.OperandType != OperandType.InlineSwitch) 284 if (opcode.OperandType != OperandType.ShortInlineVar && 285 opcode.OperandType != OperandType.InlineVar) 295 if (opcode.OperandType != OperandType.ShortInlineArg && 296 opcode.OperandType != OperandType.InlineArg)
Mono.Cecil.Rocks (2)
Mono.Cecil.Rocks\ILParser.cs (1)
133 switch (opcode.OperandType) {
Mono.Cecil.Rocks\MethodBodyRocks.cs (1)
341 if (instruction.OpCode.OperandType != OperandType.InlineBrTarget)
tlens (1)
TLens.Analyzers\InterfacesAnalyzer.cs (1)
43switch (instr.OpCode.OperandType)