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