system\reflection\emit\ilgenerator.cs (23)
39Array.Copy(incoming, temp, incoming.Length);
46Array.Copy(incoming, temp, incoming.Length);
53Array.Copy(incoming, temp, incoming.Length);
61Array.Copy(incoming, temp, incoming.Length);
68Array.Copy(incoming, temp, incoming.Length);
265Array.Copy(m_ILStream, newBytes, newSize);
318Array.Copy(m_exceptions, temp, m_exceptionCount);
431Array.Copy(m_RelocFixupList, narrowTokens, m_RelocFixupCount);
1457Array.Copy(incoming, temp, incoming.Length);
1758Array.Copy(m_iOffsets, temp, m_iCount);
1762Array.Copy(m_ScopeActions, tempSA, m_iCount);
1766Array.Copy(m_localSymInfos, tempLSI, m_iCount);
1878Array.Copy(m_Documents, temp, m_DocumentCount);
1956Array.Copy(m_iOffsets, temp, m_iLineNumberCount);
1960Array.Copy(m_iLines, temp, m_iLineNumberCount);
1964Array.Copy(m_iColumns, temp, m_iLineNumberCount);
1968Array.Copy(m_iEndLines, temp, m_iLineNumberCount);
1972Array.Copy(m_iEndColumns, temp, m_iLineNumberCount);
1992Array.Copy(m_iOffsets, iOffsetsTemp, m_iLineNumberCount);
1995Array.Copy(m_iLines, iLinesTemp, m_iLineNumberCount);
1998Array.Copy(m_iColumns, iColumnsTemp, m_iLineNumberCount);
2001Array.Copy(m_iEndLines, iEndLinesTemp, m_iLineNumberCount);
2004Array.Copy(m_iEndColumns, iEndColumnsTemp, m_iLineNumberCount);
system\reflection\emit\methodbuilder.cs (9)
158Array.Copy(parameterTypes, m_parameterTypes, parameterTypes.Length);
836Array.Copy (parameterTypes, m_parameterTypes, parameterTypes.Length);
1090Array.Copy(il,m_ubBody,count);
1305Array.Copy(m_namespace, strTemp, m_iNameSpaceCount);
1327Array.Copy(m_iLocalSlot, temp, m_iLocalSymCount);
1331Array.Copy(m_iStartOffset, temp, m_iLocalSymCount);
1335Array.Copy(m_iEndOffset, temp, m_iLocalSymCount);
1339Array.Copy(m_strName, strTemp, m_iLocalSymCount);
1343Array.Copy(m_ubSignature, ubTemp, m_iLocalSymCount);
system\runtime\serialization\objectmanager.cs (5)
198Array.Copy(m_objects, temp, m_objects.Length);
375Array.Copy(fieldsTemp, temp, fieldsTemp.Length);
1626Array.Copy(m_values, temp, m_count);
1715Array.Copy(m_values, temp, m_count);
1760Array.Copy(m_values, temp, m_count);
system\security\policy\hash.cs (5)
126Array.Copy(hashValue, hashClone, hashClone.Length);
242Array.Copy(sha1, returnHash, returnHash.Length);
261Array.Copy(sha256, returnHash, returnHash.Length);
280Array.Copy(md5, returnHash, returnHash.Length);
298Array.Copy(hashValue, returnHash, returnHash.Length);