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