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