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