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