3 writes to m_sizeLoc
System.Private.CoreLib (3)
src\System\Reflection\Emit\SignatureHelper.cs (3)
273
m_sizeLoc
= NO_SIZE_IN_SIG;
297
m_sizeLoc
= NO_SIZE_IN_SIG;
304
m_sizeLoc
= m_currSig++;
12 references to m_sizeLoc
System.Private.CoreLib (12)
src\System\Reflection\Emit\SignatureHelper.cs (12)
649
if (
m_sizeLoc
== NO_SIZE_IN_SIG)
673
if (
m_sizeLoc
== NO_SIZE_IN_SIG)
680
m_signature[
m_sizeLoc
] = (byte)m_argCount;
707
Buffer.BlockCopy(m_signature,
m_sizeLoc
+ 1, temp,
m_sizeLoc
+ newSigSize, currSigHolder - (
m_sizeLoc
+ 1));
711
m_currSig =
m_sizeLoc
;
932
other.
m_sizeLoc
==
m_sizeLoc
&&
939
int HashCode = m_module!.GetHashCode() + m_currSig +
m_sizeLoc
;
987
if (
m_sizeLoc
!= -1)
989
sb.Append("Arguments: ").Append(m_signature[
m_sizeLoc
]).AppendLine();