14 references to Value
mscorlib (6)
system\reflection\emit\ilgenerator.cs (2)
183
m_ILStream[m_length++] = (byte)(opcode.
Value
>> 8);
186
m_ILStream[m_length++] = (byte)opcode.
Value
;
system\reflection\emit\opcode.cs (4)
250
OpCodeValues opCodeValue = (OpCodeValues)(ushort)
Value
;
288
return obj.
Value
==
Value
;
305
return
Value
;
System.Data.SqlXml (8)
System\Xml\Xsl\IlGen\GenerateHelper.cs (8)
737
if (opcodeBranch.
Value
== OpCodes.Beq.
Value
)
739
else if (opcodeBranch.
Value
== OpCodes.Beq_S.
Value
)
741
else if (opcodeBranch.
Value
== OpCodes.Bne_Un.
Value
)
743
else if (opcodeBranch.
Value
== OpCodes.Bne_Un_S.
Value
)