3 writes to m_sizeLoc
mscorlib (3)
system\reflection\emit\signaturehelper.cs (3)
261
m_sizeLoc
= NO_SIZE_IN_SIG;
281
m_sizeLoc
= NO_SIZE_IN_SIG;
288
m_sizeLoc
= m_currSig++;
12 references to m_sizeLoc
mscorlib (12)
system\reflection\emit\signaturehelper.cs (12)
659
if (
m_sizeLoc
== NO_SIZE_IN_SIG)
683
if (
m_sizeLoc
== NO_SIZE_IN_SIG)
690
m_signature[
m_sizeLoc
] = (byte)m_argCount;
717
Array.Copy(m_signature,
m_sizeLoc
+ 1, temp,
m_sizeLoc
+ newSigSize, currSigHolder - (
m_sizeLoc
+ 1));
721
m_currSig =
m_sizeLoc
;
888
if ( !temp.m_module.Equals(m_module) || temp.m_currSig!=m_currSig || temp.
m_sizeLoc
!=
m_sizeLoc
|| temp.m_sigDone !=m_sigDone )
904
int HashCode = m_module.GetHashCode() + m_currSig +
m_sizeLoc
;
952
if (
m_sizeLoc
!= -1)
954
sb.Append("Arguments: " + m_signature[
m_sizeLoc
] + Environment.NewLine);