2 writes to m_argCount
System.Private.CoreLib (2)
src\System\Reflection\Emit\SignatureHelper.cs (2)
220m_argCount = 0; 585m_argCount++;
7 references to m_argCount
System.Private.CoreLib (7)
src\System\Reflection\Emit\SignatureHelper.cs (7)
608if (m_argCount < 0x80 && !forceCopy) 610m_signature[m_sizeLoc] = (byte)m_argCount; 617if (m_argCount < 0x80) 621else if (m_argCount < 0x4000) 642AddData(m_argCount); 649internal int ArgumentCount => m_argCount; 688int argCount = m_argCount;