2 writes to m_argCount
mscorlib (2)
system\reflection\emit\signaturehelper.cs (2)
259
m_argCount
= 0;
665
m_argCount
++;
7 references to m_argCount
mscorlib (7)
system\reflection\emit\signaturehelper.cs (7)
688
if (
m_argCount
< 0x80 && !forceCopy)
690
m_signature[m_sizeLoc] = (byte)
m_argCount
;
697
if (
m_argCount
< 0x80)
701
else if (
m_argCount
< 0x4000)
722
AddData(
m_argCount
);
733
return
m_argCount
;
777
int argCount =
m_argCount
;