6 references to OperandType
mscorlib (2)
system\reflection\emit\ilgenerator.cs (1)
929if (opcode.OperandType == OperandType.InlineNone)
system\reflection\emit\opcodes.cs (1)
2541switch (inst.OperandType)
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\GenerateHelper.cs (4)
1517Debug.Assert(opcode.OperandType == OperandType.ShortInlineI); 1526Debug.Assert(opcode.OperandType == OperandType.InlineI || opcode.OperandType == OperandType.InlineVar); 1535Debug.Assert(opcode.OperandType == OperandType.InlineI8);