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