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