3 writes to m_sizeLoc
System.Private.CoreLib (3)
src\System\Reflection\Emit\SignatureHelper.cs (3)
224m_sizeLoc = NO_SIZE_IN_SIG; 248m_sizeLoc = NO_SIZE_IN_SIG; 255m_sizeLoc = m_currSig++;
12 references to m_sizeLoc
System.Private.CoreLib (12)
src\System\Reflection\Emit\SignatureHelper.cs (12)
581if (m_sizeLoc == NO_SIZE_IN_SIG) 605if (m_sizeLoc == NO_SIZE_IN_SIG) 612m_signature[m_sizeLoc] = (byte)m_argCount; 639Buffer.BlockCopy(m_signature, m_sizeLoc + 1, temp, m_sizeLoc + newSigSize, currSigHolder - (m_sizeLoc + 1)); 643m_currSig = m_sizeLoc; 845other.m_sizeLoc == m_sizeLoc && 852int HashCode = m_module!.GetHashCode() + m_currSig + m_sizeLoc; 900if (m_sizeLoc != -1) 902sb.Append("Arguments: ").Append(m_signature[m_sizeLoc]).AppendLine();