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