2 writes to m_argCount
System.Private.CoreLib (2)
src\System\Reflection\Emit\SignatureHelper.cs (2)
271m_argCount = 0; 655m_argCount++;
7 references to m_argCount
System.Private.CoreLib (7)
src\System\Reflection\Emit\SignatureHelper.cs (7)
678if (m_argCount < 0x80 && !forceCopy) 680m_signature[m_sizeLoc] = (byte)m_argCount; 687if (m_argCount < 0x80) 691else if (m_argCount < 0x4000) 712AddData(m_argCount); 719internal int ArgumentCount => m_argCount; 759int argCount = m_argCount;