2 writes to m_argCount
System.Private.CoreLib (2)
src\System\Reflection\Emit\SignatureHelper.cs (2)
222m_argCount = 0; 587m_argCount++;
7 references to m_argCount
System.Private.CoreLib (7)
src\System\Reflection\Emit\SignatureHelper.cs (7)
610if (m_argCount < 0x80 && !forceCopy) 612m_signature[m_sizeLoc] = (byte)m_argCount; 619if (m_argCount < 0x80) 623else if (m_argCount < 0x4000) 644AddData(m_argCount); 651internal int ArgumentCount => m_argCount; 690int argCount = m_argCount;