1 write to m_s2
mscorlib (1)
system\reflection\emit\opcode.cs (1)
156
m_s2
= (byte)(int)value;
2 references to m_s2
mscorlib (2)
system\reflection\emit\opcode.cs (2)
226
return (short)(m_s1 << 8 |
m_s2
);
227
return (short)
m_s2
;