7 references to OperandType
Microsoft.CodeAnalysis.UnitTests (2)
PEWriter\InstructionOperandTypesTests.cs (2)
38OneByteOperandTypes[value] = (byte)opCode.OperandType; 42TwoByteOperandTypes[value & 0xff] = (byte)opCode.OperandType;
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\OpCodes.cs (1)
2530inst.OperandType is
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
887if (opcode.OperandType == OperandType.InlineNone)
System.Private.Xml (3)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
1613Debug.Assert(opcode.OperandType == OperandType.InlineI || opcode.OperandType == OperandType.InlineVar); 1623Debug.Assert(opcode.OperandType == OperandType.InlineI8);