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