3 writes to m_sizeLoc
System.Private.CoreLib (3)
src\System\Reflection\Emit\SignatureHelper.cs (3)
222
m_sizeLoc
= NO_SIZE_IN_SIG;
246
m_sizeLoc
= NO_SIZE_IN_SIG;
253
m_sizeLoc
= m_currSig++;
12 references to m_sizeLoc
System.Private.CoreLib (12)
src\System\Reflection\Emit\SignatureHelper.cs (12)
579
if (
m_sizeLoc
== NO_SIZE_IN_SIG)
603
if (
m_sizeLoc
== NO_SIZE_IN_SIG)
610
m_signature[
m_sizeLoc
] = (byte)m_argCount;
637
Buffer.BlockCopy(m_signature,
m_sizeLoc
+ 1, temp,
m_sizeLoc
+ newSigSize, currSigHolder - (
m_sizeLoc
+ 1));
641
m_currSig =
m_sizeLoc
;
843
other.
m_sizeLoc
==
m_sizeLoc
&&
850
int HashCode = m_module!.GetHashCode() + m_currSig +
m_sizeLoc
;
898
if (
m_sizeLoc
!= -1)
900
sb.Append("Arguments: ").Append(m_signature[
m_sizeLoc
]).AppendLine();