582 references to Copy
mscorlib (116)
system\applicationid.cs (2)
48Array.Copy(publicKeyToken, 0, m_publicKeyToken, 0, publicKeyToken.Length); 58Array.Copy(m_publicKeyToken, 0, publicKeyToken, 0, m_publicKeyToken.Length);
system\array.cs (4)
65Array.Copy(larray, 0, newArray, 0, larray.Length > newSize? newSize : larray.Length); 338Array.Copy(sourceArray, (int) sourceIndex, destinationArray, (int) destinationIndex, (int) length); 1064Array.Copy(this, GetLowerBound(0), array, index, Length); 2766Array.Copy(_this, 0, array, index, _this.Length);
system\arraysegment.cs (1)
253System.Array.Copy(_array, _offset, array, arrayIndex, _count);
system\attribute.cs (2)
59Array.Copy(attributeList.ToArray(), 0, array, 0, attributeList.Count); 160Array.Copy(attributeList.ToArray(), 0, array, 0, attributeList.Count);
system\collections\arraylist.cs (11)
123Array.Copy(_items, 0, newItems, 0, _size); 285Array.Copy(_items, 0, la._items, 0, _size); 324Array.Copy(_items, 0, array, arrayIndex, _size); 338Array.Copy(_items, index, array, arrayIndex, count); 466Array.Copy(_items, index, _items, index + 1, _size - index); 490Array.Copy(_items, index, _items, index + count, _size - index); 603Array.Copy(_items, index + 1, _items, index, _size - index); 626Array.Copy(_items, index + count, _items, index, _size - index); 760Array.Copy(_items, 0, array, 0, _size); 776Array.Copy(_items, 0, array, 0, _size); 2520Array.Copy(_baseList._items, _baseIndex, array, 0, _baseSize);
system\collections\bitarray.cs (1)
370Array.Copy(m_array, 0, array, index, GetArrayLength(m_length, BitsPerInt32));
system\collections\concurrent\PartitionerStatic.cs (1)
681Array.Copy(fillBufferLocalRef, beginPos, destArray, 0, actualNumElementsGrabbed);
system\collections\generic\dictionary.cs (1)
448Array.Copy(entries, 0, newEntries, 0, count);
system\collections\generic\list.cs (12)
125Array.Copy(_items, 0, newItems, 0, _size); 375Array.Copy(_items, 0, array, arrayIndex, _size); 393Array.Copy(_items, index, array, arrayIndex, count); 398Array.Copy(_items, 0, array, arrayIndex, _size); 598Array.Copy(_items, index, list._items, 0, count); 677Array.Copy(_items, index, _items, index + 1, _size - index); 717Array.Copy(_items, index, _items, index + count, _size - index); 723Array.Copy(_items, 0, _items, index, index); 725Array.Copy(_items, index+count, _items, index*2, _size-index); 884Array.Copy(_items, index + 1, _items, index, _size - index); 909Array.Copy(_items, index + count, _items, index, _size - index); 1003Array.Copy(_items, 0, array, 0, _size);
system\collections\queue.cs (10)
96Array.Copy(_array, _head, q._array, 0, firstPart); 99Array.Copy(_array, 0, q._array, _array.Length - _head, numToCopy); 153Array.Copy(_array, _head, array, index, firstPart); 156Array.Copy(_array, 0, array, index+_array.Length - _head, numToCopy); 260Array.Copy(_array, _head, arr, 0, _size); 262Array.Copy(_array, _head, arr, 0, _array.Length - _head); 263Array.Copy(_array, 0, arr, _array.Length - _head, _tail); 276Array.Copy(_array, _head, newarray, 0, _size); 278Array.Copy(_array, _head, newarray, 0, _array.Length - _head); 279Array.Copy(_array, 0, newarray, _array.Length - _head, _tail);
system\collections\sortedlist.cs (10)
210Array.Copy(keys, 0, newKeys, 0, _size); 211Array.Copy(values, 0, newValues, 0, _size); 294Array.Copy(keys, 0, sl.keys, 0, _size); 295Array.Copy(values, 0, sl.values, 0, _size); 488Array.Copy(keys, index, keys, index + 1, _size - index); 489Array.Copy(values, index, values, index + 1, _size - index); 505Array.Copy(keys, index + 1, keys, index, _size - index); 506Array.Copy(values, index + 1, values, index, _size - index); 871Array.Copy(sortedList.keys, 0, array, arrayIndex, sortedList.Count); 958Array.Copy(sortedList.values, 0, array, arrayIndex, sortedList.Count);
system\collections\stack.cs (2)
103Array.Copy(_array, 0, s._array, 0, _size); 185Array.Copy(_array, 0, newArray, 0, _size);
system\defaultbinder.cs (8)
316Array.Copy(args, 0, objs, 0, lastPos); 346Array.Copy(args, 0, objs, 0, paramArrayPos); 348Array.Copy(args, paramArrayPos, (System.Array)objs[paramArrayPos], 0, args.Length - paramArrayPos); 395Array.Copy(args, 0, objs, 0, lastPos); 428Array.Copy(args, 0, objs, 0, paramArrayPos); 430Array.Copy(args, paramArrayPos, (System.Array)objs[paramArrayPos], 0, args.Length - paramArrayPos); 722Array.Copy(args, 0, newArgs, 0, paramArrayPos); 732Array.Copy(args, 0, newArgs, 0, binderState.m_originalSize);
system\diagnostics\eventing\eventsource.cs (1)
3587Array.Copy(args, 1, newargs, 0, args.Length - 1);
System\Diagnostics\Eventing\TraceLogging\ConcurrentSet.cs (2)
104Array.Copy(oldItems, 0, newItems, 0, lo); 106Array.Copy(oldItems, lo, newItems, lo + 1, oldLength - lo);
system\diagnostics\stacktrace.cs (1)
609Array.Copy(frames, m_iMethodsToSkip, array, 0, m_iNumOfFrames);
system\globalization\culturedata.cs (1)
2345Array.Copy(calendarInts, 1, calendarInts, 2, 23 - 1 - 1);
system\globalization\datetimeformatinfo.cs (1)
1847Array.Copy(patterns, 0, newPatterns, 1, patterns.Length);
system\reflection\assembly.cs (1)
819Array.Copy(ModuleTypes[i], 0, ret, iCurrent, iLength);
system\reflection\customattribute.cs (12)
1349if (pcaCount > 0) Array.Copy(pca, 0, attributes, attributes.Length - pcaCount, pcaCount); 1372Array.Copy(result.ToArray(), 0, typedResult, 0, result.Count); 1450if (pcaCount > 0) Array.Copy(pca, 0, attributes, attributes.Length - pcaCount, pcaCount); 1473Array.Copy(result.ToArray(), 0, typedResult, 0, result.Count); 1486if (pcaCount > 0) Array.Copy(pca, 0, attributes, attributes.Length - pcaCount, pcaCount); 1505if (pcaCount > 0) Array.Copy(pca, 0, attributes, attributes.Length - pcaCount, pcaCount); 1523if (pcaCount > 0) Array.Copy(pca, 0, attributes, attributes.Length - pcaCount, pcaCount); 1536if (pcaCount > 0) Array.Copy(pca, 0, attributes, attributes.Length - pcaCount, pcaCount); 1549if (pcaCount > 0) Array.Copy(pca, 0, attributes, attributes.Length - pcaCount, pcaCount); 1564if (pcaCount > 0) Array.Copy(pca, 0, attributes, attributes.Length - pcaCount, pcaCount); 1578if (pcaCount > 0) Array.Copy(pca, 0, attributes, attributes.Length - pcaCount, pcaCount); 1842Array.Copy(attributes, 0, result, 0, cAttributes);
system\reflection\emit\localbuilder.cs (1)
105Array.Copy(signature, 1, mungedSig, 0, sigLength - 1);
system\reflection\emit\signaturehelper.cs (2)
717Array.Copy(m_signature, m_sizeLoc + 1, temp, m_sizeLoc + newSigSize, currSigHolder - (m_sizeLoc + 1)); 812Array.Copy(m_signature, 2, temp, sigCopyIndex, currSigLength - 2);
system\reflection\emit\symboltype.cs (1)
272Array.Copy(bFormat, curIndex, bFormatTemp, 0, length);
system\rttype.cs (1)
158Array.Copy(_items, 0, array, index, _count);
system\runtime\remoting\activationservices.cs (1)
1011Array.Copy(
system\runtime\remoting\message.cs (2)
3883Array.Copy(h, 1, newHeaders, 0, h.Length-1); 4247Array.Copy(h, 1, newHeaders, 0, h.Length-1);
system\runtime\remoting\trackingservices.cs (1)
119Array.Copy(_Handlers, matchingIdx+1, _Handlers, matchingIdx, _Size-matchingIdx-1);
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (1)
893Array.Copy(objectPr.PRindexMap, 0, fixupIndex, 0, objectPr.PRrank);
system\runtime\serialization\formatters\binary\binaryutilclasses.cs (5)
315Array.Copy(objects, 0, newItems, 0, objects.Length); 450Array.Copy(negObjects, 0, newItems, 0, negObjects.Length); 457Array.Copy(objects, 0, newItems, 0, objects.Length); 540Array.Copy(negObjects, 0, newItems, 0, negObjects.Length); 547Array.Copy(objects, 0, newItems, 0, objects.Length);
system\runtime\serialization\formatterservices.cs (1)
164Array.Copy(parentTypes, 0, tempParentTypes, 0, parentTypeCount);
system\security\cryptography\cryptoconfig.cs (1)
773Array.Copy(retval, 0, encodedOidNums, encodedOidNumsIndex, retval.Length);
system\security\cryptography\randomnumbergenerator.cs (1)
62Array.Copy(tempData, 0, data, offset, count);
system\security\cryptography\rijndaelmanagedtransform.cs (6)
94Array.Copy(encryptindex1, 0, m_encryptindex, 0, m_Nb); 95Array.Copy(encryptindex2, 0, m_encryptindex, m_Nb, m_Nb); 96Array.Copy(encryptindex3, 0, m_encryptindex, m_Nb * 2, m_Nb); 99Array.Copy(decryptindex1, 0, m_decryptindex, 0, m_Nb); 100Array.Copy(decryptindex2, 0, m_decryptindex, m_Nb, m_Nb); 101Array.Copy(decryptindex3, 0, m_decryptindex, m_Nb * 2, m_Nb);
system\security\permissions\strongnamepublickeyblob.cs (1)
33Array.Copy( publicKey, 0, this.PublicKey, 0, publicKey.Length );
system\security\securitydocument.cs (1)
97Array.Copy( m_data, 0, m_newData, 0, m_data.Length );
system\security\util\tokenbasedset.cs (2)
151System.Array.Copy(aObj, 0, aNew, 0, aLen); 226System.Array.Copy(aObj, 0, newset, 0, m_maxIndex+1);
system\threading\asynclocal.cs (4)
372Array.Copy(_keyValues, 0, multi._keyValues, 0, _keyValues.Length); 391if (i != 0) Array.Copy(_keyValues, 0, multi._keyValues, 0, i); 392if (i != _keyValues.Length - 1) Array.Copy(_keyValues, i + 1, multi._keyValues, i, _keyValues.Length - i - 1); 411Array.Copy(_keyValues, 0, multi._keyValues, 0, _keyValues.Length);
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XmlnsDictionary.cs (1)
650Array.Copy(_nsDeclarations, 0, new_nsDeclarations, 0, _nsDeclarations.Length);
PresentationCore (7)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayout.cs (2)
1414Array.Copy(_cachePointers, oldAfterLastGlyphChanged, tmp, afterLastGlyphChanged, oldLength - oldAfterLastGlyphChanged); 1420Array.Copy(_cachePointers, oldAfterLastGlyphChanged, _cachePointers, afterLastGlyphChanged, oldLength - oldAfterLastGlyphChanged);
Core\CSharp\System\Windows\ClassHandlersStore.cs (1)
59Array.Copy(handlers.Handlers, 0, mergedHandlers, 0, length);
Core\CSharp\System\Windows\Media\FamilyMapCollection.cs (2)
100Array.Copy(_items, 0, array, index, _count); 122Array.Copy(_items, 0, array, index, _count);
Core\CSharp\System\Windows\Media\FamilyTypefaceCollection.cs (1)
405Array.Copy(_items, 0, array, index, _count);
Core\CSharp\System\Windows\Media\VisualCollection.cs (1)
293Array.Copy(_items, 0, newItems, 0, _size);
PresentationFramework (37)
src\Framework\MS\Internal\Data\RBNode.cs (1)
311Array.Copy(sourceNode._data, sourceOffset, destNode._data, destOffset, count);
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (3)
92Array.Copy(Items, 0, array, index, Size); 127Array.Copy(Items, 0, array, index, Size); 789Array.Copy(Items, 0, newItems, 0, Size);
src\Framework\MS\Internal\IO\Packaging\ByteStream.cs (1)
344Array.Copy(localBuffer, 0, buffer, offset, read);
src\Framework\MS\Internal\PtsHost\DtrList.cs (1)
135Array.Copy(_dtrs, i, _dtrs, i+1, _count-i);
src\Framework\MS\Internal\UncommonValueTable.cs (4)
54Array.Copy(_table, 0, newTable, 0, index); 55Array.Copy(_table, index, newTable, index+1, n-index); 81Array.Copy(_table, 0, newTable, 0, index); 82Array.Copy(_table, index+1, newTable, index, n-index);
src\Framework\System\Windows\Data\BindingExpression.cs (1)
1239Array.Copy(newWorkerSources, 0, newSources, offset, n);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
487Array.Copy(temp, 0, result, 0, j); 2914Array.Copy(sources, 0, temp, 0, n);
src\Framework\System\Windows\Documents\FlowPosition.cs (2)
236Array.Copy(text.ToCharArray(flow._offset, maxLength), 0, chars, startIndex, maxLength); 240Array.Copy(text.ToCharArray(flow._offset - maxLength, maxLength), 0, chars, startIndex, maxLength);
src\Framework\System\Windows\Documents\ImmComposition.cs (2)
1067Array.Copy(resultChars, 0, compositionText, 0, resultLength); 1068Array.Copy(compositionChars, 0, compositionText, resultLength, compositionLength);
src\Framework\System\Windows\Documents\Speller.cs (1)
1022Array.Copy(data.TextMap.Text, sTextRange.Start, word, 0, sTextRange.Length);
src\Framework\System\Windows\Documents\TextElementCollectionHelper.cs (1)
117Array.Copy(_cleanParentList, 0, _cleanParentList, 1, index);
src\Framework\System\Windows\Documents\TextPointerBase.cs (2)
1467Array.Copy(preceedingText, SelectionWordBreaker.MinContextLength - preceedingCount, text, 0, preceedingCount); 1468Array.Copy(followingText, 0, text, preceedingCount, followingCount);
src\Framework\System\Windows\Documents\TextSchema.cs (5)
59Array.Copy(textElementPropertyList, 0, _inheritableTextElementProperties, 0, textElementPropertyList.Length); 60Array.Copy(Typography.TypographyPropertiesList, 0, _inheritableTextElementProperties, textElementPropertyList.Length, Typography.TypographyPropertiesList.Length); 71Array.Copy(blockPropertyList, 0, _inheritableBlockProperties, 0, blockPropertyList.Length); 72Array.Copy(_inheritableTextElementProperties, 0, _inheritableBlockProperties, blockPropertyList.Length, _inheritableTextElementProperties.Length); 83Array.Copy(_inheritableTextElementProperties, 0, _inheritableTableCellProperties, tableCellPropertyList.Length, _inheritableTextElementProperties.Length);
src\Framework\System\Windows\Documents\TextTreeTextBlock.cs (8)
101Array.Copy(_text, 0, newText, 0, _gapOffset); 103Array.Copy(_text, _gapOffset + _gapSize, newText, newText.Length - rightOfGapLength, rightOfGapLength); 128Array.Copy(textChars, textStartIndex, _text, logicalOffset, count); 156Array.Copy(_text, 0, newBlock._text, 0, _gapOffset); 170Array.Copy(_text, _gapOffset, newBlock._text, _gapOffset, MaxBlockSize - _gapOffset); 255Array.Copy(_text, logicalOffset, chars, charsStartIndex, copyCount); 270Array.Copy(_text, logicalOffset, chars, charsStartIndex, copyCount); 488Array.Copy(_text, sourceOffset, _text, destinationOffset, count);
src\Framework\System\Windows\Markup\XmlnsDictionary.cs (1)
650Array.Copy(_nsDeclarations, 0, new_nsDeclarations, 0, _nsDeclarations.Length);
src\Shared\MS\Utility\ItemMap.cs (2)
43Array.Copy(Entries, 0, destEntries, 0, index); 47Array.Copy(Entries, index, destEntries, index + 1, Count - index);
System (72)
compmod\system\collections\generic\queue.cs (10)
148Array.Copy(_array, _head, array, arrayIndex, firstPart); 151Array.Copy(_array, 0, array, arrayIndex+_array.Length - _head, numToCopy); 183Array.Copy(_array, _head, array, index, firstPart); 187Array.Copy(_array, 0, array, index+_array.Length - _head, numToCopy); 301Array.Copy(_array, _head, arr, 0, _size); 303Array.Copy(_array, _head, arr, 0, _array.Length - _head); 304Array.Copy(_array, 0, arr, _array.Length - _head, _tail); 317Array.Copy(_array, _head, newarray, 0, _size); 319Array.Copy(_array, _head, newarray, 0, _array.Length - _head); 320Array.Copy(_array, 0, newarray, _array.Length - _head, _tail);
compmod\system\collections\generic\sortedlist.cs (10)
226Array.Copy(keys, 0, newKeys, 0, _size); 227Array.Copy(values, 0, newValues, 0, _size); 605Array.Copy(keys, index, keys, index + 1, _size - index); 606Array.Copy(values, index, values, index + 1, _size - index); 632Array.Copy(keys, index + 1, keys, index, _size - index); 633Array.Copy(values, index + 1, values, index, _size - index); 957Array.Copy(_dict.keys, 0, array, arrayIndex, _dict.Count); 966Array.Copy(_dict.keys, 0, array, arrayIndex, _dict.Count); 1057Array.Copy(_dict.values, 0, array, arrayIndex, _dict.Count); 1066Array.Copy(_dict.values, 0, array, arrayIndex, _dict.Count);
compmod\system\collections\generic\stack.cs (4)
150Array.Copy(_array, 0, array, arrayIndex, _size); 176Array.Copy(_array, 0, array, arrayIndex, _size); 204Array.Copy(_array, 0, newarray, 0, _size); 237Array.Copy(_array, 0, newArray, 0, _size);
compmod\system\componentmodel\AttributeCollection.cs (2)
146Array.Copy(newArray, 0, attributes, 0, actualCount); 431Array.Copy(Attributes, 0, array, index, Attributes.Length);
compmod\system\componentmodel\Container.cs (2)
78Array.Copy(sites, 0, newSites, 0, siteCount); 220Array.Copy(sites, i + 1, sites, i, siteCount - i);
compmod\system\componentmodel\EventDescriptorCollection.cs (5)
174Array.Copy(events, 0, array, index, Count); 182Array.Copy(events, 0, newEvents, 0, Count); 209Array.Copy(events, 0, newEvents, 0, eventCount); 260Array.Copy(events, index, events, index + 1, eventCount - index); 290Array.Copy(events, index + 1, events, index, eventCount - index - 1);
compmod\system\componentmodel\PropertyDescriptorCollection.cs (7)
198Array.Copy(properties, 0, array, index, Count); 206Array.Copy(properties, 0, newProps, 0, Count); 233Array.Copy(properties, 0, newProps, 0, propCount); 300Array.Copy(properties, index, properties, index + 1, propCount - index); 330Array.Copy(properties, index + 1, properties, index, propCount - index - 1); 450Array.Copy(properties, 0, enumProps, 0, propCount); 589Array.Copy(properties, 0, newProps, 0, propCount);
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (5)
1062Array.Copy(events, 0, newEvents, 0, eventCount); 1279Array.Copy(properties, 0, newProperties, 0, propertyCount); 1517Array.Copy(attrArray, 0, temp, 0, attrArray.Length); 1518Array.Copy(baseArray, 0, temp, attrArray.Length, baseArray.Length); 1541Array.Copy(attrArray, 0, temp, 0, attrArray.Length);
compmod\system\componentmodel\TypeDescriptor.cs (1)
3423Array.Copy(newArray, 0, finalAttr, 0, actualCount);
net\System\Net\NetworkInformation\PingReply.cs (1)
34Array.Copy (data, 28, buffer, 0, dataLength - 28);
net\System\Net\SecureProtocols\_SslStream.cs (1)
533Array.Copy(buffers, 0, result, 1, buffers.Length);
net\System\Net\WebHeaderCollection.cs (1)
2134Array.Copy(m_Bytes, 0, destBytes, destByteIndex, m_Bytes.Length);
regex\system\text\regularexpressions\Regex.cs (1)
579System.Array.Copy(capslist, 0, result, 0, capslist.Length);
regex\system\text\regularexpressions\RegexCompiler.cs (1)
275System.Array.Copy(_notes, 0, newnotes, 0, _notecount);
regex\system\text\regularexpressions\RegexFCD.cs (2)
230System.Array.Copy(_intStack, 0, expanded, 0, _intDepth); 260System.Array.Copy(_fcStack, 0, expanded, 0, _fcDepth);
regex\system\text\regularexpressions\RegexRunner.cs (3)
401System.Array.Copy(runtrack, 0, newtrack, runtrack.Length, runtrack.Length); 415System.Array.Copy(runstack, 0, newstack, runstack.Length, runstack.Length); 428System.Array.Copy(runcrawl, 0, newcrawl, runcrawl.Length, runcrawl.Length);
regex\system\text\regularexpressions\RegexWriter.cs (1)
78System.Array.Copy(_intStack, 0, expanded, 0, _depth);
security\system\security\cryptography\x509\x509extension.cs (2)
571Array.Copy(buffer, buffer.Length - 8, identifier, 0, identifier.Length); 579Array.Copy(buffer, 0, identifier, 0, identifier.Length);
services\monitoring\system\diagnosticts\EventLogEntry.cs (3)
98Array.Copy(dataBuf, bufOffset + IntFrom(dataBuf, bufOffset + FieldOffsets.DATAOFFSET), 367Array.Copy(dataBuf, bufOffset + IntFrom(dataBuf, bufOffset + FieldOffsets.USERSIDOFFSET), 562Array.Copy(dataBuf, bufOffset, buf, 0, len);
services\monitoring\system\diagnosticts\EventLogEntryCollection.cs (1)
88Array.Copy(entries, 0, array, index, entries.Length);
sys\system\collections\concurrent\BlockingCollection.cs (1)
1624Array.Copy(collectionSnapShot, 0, array, index, collectionSnapShot.Length);
sys\System\IO\compression\FastEncoderWindow.cs (2)
74Array.Copy(inputBuffer, startIndex, window, bufEnd, count); 86Array.Copy(window, bufPos - FastEncoderWindowSize, window, 0, FastEncoderWindowSize);
sys\System\IO\compression\Inflater.cs (1)
646Array.Copy(codeList, literalLengthCodeCount, distanceTreeCodeLength, 0, distanceCodeCount);
sys\System\IO\compression\InputBuffer.cs (1)
143Array.Copy(buffer, start, output, offset, length);
sys\System\IO\compression\OutputBuffer.cs (1)
69Array.Copy(byteArray, offset, byteBuffer, pos, count);
sys\System\IO\compression\OutputWindow.cs (3)
43System.Array.Copy(window, copyStart, window, end, length); 120System.Array.Copy(window, WindowSize - tailLen, 125System.Array.Copy(window, copy_end - length, output, offset, length);
System.Activities (3)
System\Activities\Quack.cs (3)
189Array.Copy(this.items, this.head, newArray, 0, this.count); 193Array.Copy(this.items, this.head, newArray, 0, this.items.Length - this.head); 194Array.Copy(this.items, 0, newArray, this.items.Length - this.head, this.tail);
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\BinaryHeap.cs (1)
173Array.Copy(this.items, 0, temp, 0, this.itemCount);
System.Core (22)
Microsoft\Scripting\Actions\CallSite.cs (2)
241Array.Copy(rules, 0, temp, 1, rules.Length); 244Array.Copy(rules, 0, temp, 1, MaxRules - 1);
Microsoft\Scripting\Actions\RuleCache.cs (2)
110Array.Copy(rules, 0, newRules, 0, InsertPosition); 112Array.Copy(rules, InsertPosition, newRules, InsertPosition + 1, newLength - InsertPosition - 1);
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (1)
241Array.Copy(_expressions, first, clone, 0, count);
Microsoft\Scripting\Utils\CollectionExtensions.cs (2)
158Array.Copy(array, 1, result, 0, result.Length); 164Array.Copy(array, 0, result, 0, result.Length);
Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs (6)
106Array.Copy(_items, 0, newItems, 0, _size); 146Array.Copy(_items, index, _items, index + 1, _size - index); 162Array.Copy(_items, index + 1, _items, index, _size - index); 243Array.Copy(_items, 0, array, arrayIndex, _size); 359Array.Copy(_items, 0, array, index, _size); 403Array.Copy(_items, 0, array, 0, _size);
System\Collections\Generic\HashSet.cs (1)
1017Array.Copy(m_slots, 0, newSlots, 0, m_lastIndex);
System\Linq\Enumerable.cs (4)
2348Array.Copy(elements, 0, array, arrayIndex, count); 2460Array.Copy(slots, 0, newSlots, 0, count); 2687Array.Copy(items, 0, newItems, 0, count); 2702Array.Copy(items, 0, result, 0, count);
System\Linq\Parallel\Utils\GrowingArray.cs (1)
76Array.Copy(otherArray, 0, m_array, m_count, otherCount);
System\Linq\Parallel\Utils\HashLookup.cs (1)
162Array.Copy(slots, 0, newSlots, 0, count);
System\Linq\Parallel\Utils\Sorting.cs (2)
477Array.Copy(myValues, 0, mergedValues, 0, leftCount); 551Array.Copy(myValues, 0, mergedValues, leftCount, myValues.Length);
System.Data (58)
fx\src\data\Microsoft\SqlServer\Server\SqlRecordBuffer.cs (2)
406Array.Copy((char[])_object, ndataIndex, buffer, bufferOffset, length); 478Array.Copy(buffer, bufferOffset, (char[])_object, ndataIndex, length);
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
107Array.Copy( value.Value, checked((int)fieldOffset), buffer, bufferOffset, length );
fx\src\data\System\Data\Common\BigIntegerStorage.cs (1)
131Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\BooleanStorage.cs (1)
147Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\ByteStorage.cs (1)
213Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\CharStorage.cs (1)
151Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\DataRecordInternal.cs (2)
139Array.Copy(data, ndataIndex, buffer, bufferIndex, (int)cbytes); 211Array.Copy(data, ndataIndex, buffer, bufferIndex, cchars);
fx\src\data\System\Data\Common\DateTimeOffsetStorage.cs (1)
147Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\DateTimeStorage.cs (1)
181Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\DbConnectionStringCommon.cs (2)
156Array.Copy(_items, 0, array, arrayIndex, _items.Length); 160Array.Copy(_items, 0, array, arrayIndex, _items.Length);
fx\src\data\System\Data\Common\DecimalStorage.cs (1)
204Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\DoubleStorage.cs (1)
211Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\Int16Storage.cs (1)
217Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\Int32Storage.cs (1)
216Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\Int64Storage.cs (1)
211Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
260Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SByteStorage.cs (1)
213Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SingleStorage.cs (1)
212Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
86Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
115Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
85Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
184Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
86Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
117Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
182Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
183Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
86Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
183Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
183Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
184Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
183Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
184Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
140Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
131Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (1)
86Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\StringStorage.cs (1)
160Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\TimeSpanStorage.cs (1)
221Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\UInt16Storage.cs (1)
216Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\UInt32Storage.cs (1)
216Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\Common\UInt64Storage.cs (1)
210Array.Copy(values, 0, newValues, 0, Math.Min(capacity, values.Length));
fx\src\data\System\Data\DataError.cs (2)
85System.Array.Copy(errorList, i+1, errorList, i, count-i-1); 132System.Array.Copy(errorList, 0, biggerList, 0, count);
fx\src\data\System\Data\DataTable.cs (1)
3068Array.Copy(indexDesc, 0, newIndexDesc, 0, indexDesc.Length);
fx\src\data\System\Data\Filter\FunctionNode.cs (1)
71System.Array.Copy(arguments, 0, bigger, 0, argumentCount);
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
1029Array.Copy((byte[])cachedObj, (int)dataIndex, (byte[])buffer, bufferIndex, lengthOfCopy);
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (1)
167Array.Copy(parsed, 1, restrictions, 0, 3);
fx\src\data\System\Data\RbTree.cs (2)
164System.Array.Copy (_pageTable, 0, newPageTable, 0, _pageTable.Length); 166System.Array.Copy (_pageTableMap, 0, newPageTableMap, 0, _pageTableMap.Length);
fx\src\data\System\Data\RecordManager.cs (1)
40Array.Copy(rows, 0, newRows, 0, Math.Min(lastFreeRecord, rows.Length));
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (2)
1704Array.Copy(data, ndataIndex, buffer, bufferIndex, cbytes); 2052Array.Copy(_columnDataChars, ndataIndex, buffer, bufferIndex, cchars);
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (1)
476Array.Copy(_connection.PromotedDTCToken, _globalTransactionsTokenVersionSizeInBytes /* Skip the version */, txnGuid, 0, txnGuid.Length);
fx\src\data\System\Data\SqlClient\SqlSequentialTextReader.cs (1)
406Array.Copy(inBuffer, bytesUsed, _leftOverBytes, 0, _leftOverBytes.Length);
fx\src\data\System\Data\SqlClient\SqlStream.cs (1)
379Array.Copy(_cachedBytes[_currentArrayIndex], _currentPosition, buffer, offset, cb);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
4470Array.Copy(tables, 0, newTables, 0, tables.Length);
System.Data.Entity (1)
System\Data\Common\DataRecord.cs (1)
159Array.Copy(data, ndataIndex, buffer, bufferOffset, cbytes);
System.Data.Linq (6)
IdentityManager.cs (1)
346Array.Copy(slots, 0, newSlots, 0, count);
SqlClient\Reader\ObjectReaderCompiler.cs (1)
2558Array.Copy(parentArgs, 0, tmp, nParent, parentArgs.Length);
Types.cs (4)
289if (entities.Count > 0) Array.Copy(entities.Items, 0, array, arrayIndex, entities.Count); 608if (entities.Count > 0) Array.Copy(entities.Items, 0, array, index, entities.Count); 713if (index < count) Array.Copy(items, index, items, index + 1, count - index); 736if (index < count) Array.Copy(items, index + 1, items, index, count - index);
System.Data.Services (1)
System\Data\Services\Parsing\FunctionDescription.cs (1)
126Array.Copy(arguments, 1, methodArguments, 0, arguments.Length - 1);
System.Data.SqlXml (8)
System\Xml\Xsl\IlGen\XmlILModule.cs (1)
179Array.Copy(paramTypes, 0, paramTypesNew, 1, paramTypes.Length);
System\Xml\Xsl\QIL\QilList.cs (2)
118Array.Copy(this.members, index, this.members, index + 1, this.count - index); 133Array.Copy(this.members, index + 1, this.members, index, this.count - index);
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
884Array.Copy(this.indexes, 0, indexesNew, 0, this.indexes.Length);
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (1)
154Array.Copy(this.items, 0, array, index, this.size);
System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs (1)
77Array.Copy(this.keys, 0, keysNew, 0, this.keys.Length);
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (1)
119Array.Copy(records, 0, newRecords, 0, lastRecord);
System\Xml\Xsl\Xslt\OutputScopeManager.cs (1)
64Array.Copy(records, 0, newRecords, 0, lastRecord);
System.Drawing (10)
commonui\System\Drawing\Icon.cs (1)
762Array.Copy(this.iconData, bestImageOffset, alignedBuffer, 0, bestBytesInRes);
commonui\System\Drawing\Printing\PrinterSettings.cs (8)
1507Array.Copy(this.array, index, array, 0, this.array.Length); 1511Array.Copy(this.array, index, paperSizes, 0, this.array.Length); 1635Array.Copy(this.array, index, array, 0, this.array.Length); 1639Array.Copy(this.array, index, paperSources, 0, this.array.Length); 1764Array.Copy(this.array, index, array, 0, this.array.Length); 1768Array.Copy(this.array, index, printerResolutions, 0, this.array.Length); 1893Array.Copy(this.array, index, array, 0, this.array.Length); 1898Array.Copy(this.array, index, strings, 0, this.array.Length);
misc\HandleCollector.cs (1)
86Array.Copy(handleTypes, 0, newTypes, 0, handleTypeCount);
System.IdentityModel (9)
System\IdentityModel\PreDigestedSignedInfo.cs (1)
75Array.Copy(this.references, 0, newReferences, 0, this.count);
System\IdentityModel\RsaEncryptionCookieTransform.cs (2)
243Array.Copy(decryptedKeyAndIV, decryptionKey.Length, decryptionIV, 0, decryptionIV.Length); 311Array.Copy(encryptionAlgorithm.IV, 0, keyAndIV, encryptionAlgorithm.Key.Length, encryptionAlgorithm.IV.Length);
System\IdentityModel\RsaSignatureCookieTransform.cs (5)
179Array.Copy(encoded, currentIndex, signature, 0, signature.Length); 184Array.Copy(encoded, currentIndex, cookieValue, 0, cookieValue.Length); 294Array.Copy(signatureLength, 0, message, currentIndex, signatureLength.Length); 298Array.Copy(signature, 0, message, currentIndex, signature.Length); 302Array.Copy(value, 0, message, currentIndex, value.Length);
System\IdentityModel\WrappedReader.cs (1)
397Array.Copy(this.entries, 0, newBuffer, 0, this.count);
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (1)
167Array.Copy(array, ibStart, m_cachedBlock, 0, cbSize);
System.Messaging (1)
System\Messaging\Message.cs (1)
2393Array.Copy(BitConverter.GetBytes(integerId), 0, bytes, GenericIdSize, 4);
System.Numerics (4)
System\Numerics\BigIntegerBuilder.cs (4)
434Array.Copy(reg._rgu, _iuLast + 1, _rgu, _iuLast + 1, reg._iuLast - _iuLast); 567Array.Copy(reg._rgu, _iuLast + 1, _rgu, _iuLast + 1, reg._iuLast - _iuLast); 953Array.Copy(rguSrc, cuShift, _rgu, 0, _iuLast + 1); 999Array.Copy(rguSrc, 0, _rgu, cuShift, _iuLast + 1);
System.Runtime.Remoting (1)
channels\http\httpstreams.cs (1)
160Array.Copy(buffer, offset, _chunk, _chunkOffset, writeCount);
System.Runtime.Serialization (14)
System\Runtime\Serialization\ClassDataContract.cs (1)
420Array.Copy(baseChildElementNamespaces, 0, childElementNamespaces, 0, baseChildElementNamespaces.Length);
System\Runtime\Serialization\ExtensionDataReader.cs (2)
777Array.Copy(elements, 0, newElements, 0, elements.Length); 866Array.Copy(attributes, 0, newAttributes, 0, attributes.Length);
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (2)
490Array.Copy(array, 0, newArray, 0, array.Length); 501Array.Copy(array, 0, newArray, 0, size);
System\Xml\ArrayHelper.cs (2)
56Array.Copy(arrays[i], 0, newArray, offset, arrays[i].Length); 59Array.Copy(array, 0, newArray, offset, totalRead - offset);
System\Xml\XmlBaseReader.cs (6)
1534Array.Copy(trailBytes, 0, buffer, offset, actual); 1536Array.Copy(trailBytes, actual, trailBytes, 0, trailByteCount); 1560Array.Copy(trailChars, 0, chars, charCount, trailCharCount); 1591Array.Copy(chars, charCount, trailChars, 0, trailCharCount); 1602Array.Copy(trailBytes, 0, buffer, offset, actual); 1604Array.Copy(trailBytes, actual, trailBytes, 0, trailByteCount);
System\Xml\XmlC14NWriter.cs (1)
806Array.Copy(xmlnsAttributes, xmlnsAttributeIndex, xmlnsAttributes, xmlnsAttributeIndex + 1, xmlnsAttributeCount - xmlnsAttributeIndex);
System.Security (4)
system\security\cryptography\dataprotector.cs (3)
156Array.Copy(hashedPurpose, 0, userDataWithHashedPurpose, 0, hashedPurpose.Length); 159Array.Copy(userData, 0, userDataWithHashedPurpose, hashedPurpose.Length, userData.Length); 200Array.Copy(plainTextWithHashedPurpose, hashedPurpose.Length, plainText, 0, plainText.Length);
system\security\cryptography\pkcs\pkcsutils.cs (1)
263Array.Copy(contentType, 0, temp, 0, temp.Length);
System.ServiceModel (27)
System\ServiceModel\Channels\Message.cs (1)
2138Array.Copy(entries, 1, entries, 0, entries.Length - 1);
System\ServiceModel\Channels\MessageHeaders.cs (2)
1273Array.Copy(headers, headerIndex, headers, headerIndex + 1, headerCount - headerIndex); 1429Array.Copy(headers, headerIndex + 1, headers, headerIndex, headerCount - headerIndex - 1);
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
552Array.Copy(BitConverter.GetBytes(integerId), 0, bytes, guidSize, 4);
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
65Array.Copy(message, 0, tempBuffer, pwdHash.Length, message.Length);
System\ServiceModel\Channels\SequenceRangeCollection.cs (2)
135Array.Copy(sortedRanges, 0, returnedRanges, 1, sortedRanges.Length); 155Array.Copy(sortedRanges, upperBound + 1, returnedRanges, lowerBound + 1, sortedRanges.Length - upperBound - 1);
System\ServiceModel\Dispatcher\QueryBranchOp.cs (2)
596Array.Copy(this.branches, index, this.branches, index + 1, this.count - index); 620Array.Copy(this.branches, index + 1, this.branches, index, this.count - index - 1);
System\ServiceModel\Dispatcher\QueryStack.cs (1)
606Array.Copy(buffer, startAt, this.buffer.buffer, stackPtr, addCount);
System\ServiceModel\Dispatcher\QueryUtil.cs (10)
267Array.Copy(addBuffer.buffer, 0, this.buffer, this.count, addBuffer.count); 328Array.Copy(addBuffer.buffer, 0, this.buffer, 0, addCount); 466Array.Copy(this.buffer, index, this.buffer, index + reserveCount, this.count - index); 484Array.Copy(this.buffer, index + 1, this.buffer, index, this.count - index - 1); 712Array.Copy(this.buffer, 0, tmp, 1, this.size); 716Array.Copy(this.buffer, 0, tmp, 0, this.size); 720Array.Copy(this.buffer, 0, tmp, 0, index); 721Array.Copy(this.buffer, index, tmp, index + 1, this.size - index); 728Array.Copy(this.buffer, index, this.buffer, index + 1, this.size - index); 754Array.Copy(this.buffer, index + 1, this.buffer, index, this.size - index - 1);
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (1)
152Array.Copy(this.elements, 0, newElements, 0, this.count);
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (1)
73Array.Copy(this.tokens, 0, newTokens, 0, this.tokenCount);
System\ServiceModel\Security\SignatureConfirmations.cs (1)
41Array.Copy(confirmations, 0, newConfirmations, 0, length);
System\ServiceModel\Transactions\WsatProxy.cs (4)
418Array.Copy(transactionIdBytes, 0, token, offsetof_guidTx, transactionIdBytes.Length); 422Array.Copy(isoLevelBytes, 0, token, offsetof_isoLevel, isoLevelBytes.Length); 426Array.Copy(isoFlagsBytes, 0, token, offsetof_isoFlags, isoFlagsBytes.Length); 434Array.Copy(descriptionBytes, 0, token, offsetof_szDesc, copyDescriptionBytes);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocketReceiveManager.cs (1)
290Array.Copy(receiveBuffer.Array, receiveBuffer.Offset, dataBuffer, 0, dataLength);
System.Web (16)
Hosting\ISAPIWorkerRequest.cs (2)
1577Array.Copy(buf, pInts[1], _clientCertBinaryIssuer, 0, pInts[2]); 1582Array.Copy(buf, pInts[1] + pInts[2], _clientCertPublicKey, 0, pInts[3]);
HttpInputStream.cs (6)
68Array.Copy(data, offset, _data, _length, length); 78Array.Copy(_data, 0, newData, 0, _length); 79Array.Copy(data, offset, newData, _length, length); 141Array.Copy(_data, offset - _chunkOffset, buffer, bufferOffset, length); 148Array.Copy(_data, offset - _chunkOffset, buffer, bufferOffset, length); 157Array.Copy(_data, offset, buffer, bufferOffset, length);
HttpResponse.cs (1)
3646Array.Copy(info.items, 0, _dependencyArray, index, length);
HttpWriter.cs (1)
1644System.Array.Copy(buffer, index, charBuffer, _charBufferLength - _charBufferFree, n);
UI\ControlCollection.cs (4)
135Array.Copy(_controls, index, newArray, index+1, _size - index); 140Array.Copy(_controls, index, _controls, index + 1, _size - index); 245Array.Copy(_controls, 0, array, index, _size); 314Array.Copy(_controls, index + 1, _controls, index, _size - index);
UI\HtmlControls\HtmlSelect.cs (1)
408Array.Copy(temp,0,selectedIndices,0,n);
UI\WebControls\TreeNode.cs (1)
1510Array.Copy(isLast, 0, newIsLast, 0, isLast.Length);
System.Web.Services (9)
System\Web\Services\Discovery\LinkGrep.cs (1)
34System.Array.Copy(buffer, 0, newbuf, 0, buffer.Length);
System\Web\Services\Protocols\BufferedResponseStream.cs (2)
77Array.Copy(array, offset, buffer, position, numBytes); 92Array.Copy(array, offset, buffer, position, count);
System\Web\Services\Protocols\LogicalMethodInfo.cs (1)
190Array.Copy(values, 1, newValues, 0, newValues.Length);
System\Web\Services\Protocols\SoapClientProtocol.cs (3)
476Array.Copy(array1, 0, result, pos, array1.Length); 478Array.Copy(array2, 0, result, pos, array2.Length); 480Array.Copy(array3, 0, result, pos, array3.Length);
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
532Array.Copy(array1, 0, result, 0, array1.Length); 533Array.Copy(array2, 0, result, array1.Length, array2.Length);
System.Windows.Forms (84)
misc\HandleCollector.cs (1)
86Array.Copy(handleTypes, 0, newTypes, 0, handleTypeCount);
winforms\Managed\System\WinForms\Application.cs (1)
4262Array.Copy(windows, 0, newWindows, 0, windowCount);
winforms\Managed\System\WinForms\AxHost.cs (3)
6444Array.Copy(extenderMembs, 0, membs, 0, extenderMembs.Length); 6445Array.Copy(ctlMembs, 0, membs, extenderMembs.Length, ctlMembs.Length); 7461Array.Copy(nameItems, 0, strings, 0, itemCount);
winforms\Managed\System\WinForms\ColorDialog.cs (1)
146if (length > 0) Array.Copy(value, 0, customColors, 0, length);
winforms\Managed\System\WinForms\Command.cs (1)
88Array.Copy(cmds, 0, newCmds, 0, icmd);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (3)
317Array.Copy(nameItems, i, nameItems, i+1, itemCount); 318Array.Copy(valueItems, i, valueItems, i+1, itemCount); 325Array.Copy(nameItems, 0, strings, 0, itemCount);
winforms\Managed\System\WinForms\Design\EventsTab.cs (2)
151Array.Copy(attributes, 0, attributesPlusNamespace, 0, attributes.Length); 188Array.Copy(realNamespaceProperties, 0, finalEvents, realEvents.Count, realNamespaceProperties.Length);
winforms\Managed\System\WinForms\Form.cs (3)
2139Array.Copy(ownedForms, 0, result, 0, ownedFormsCount); 3175Array.Copy(ownedForms, 0, newOwnedForms, 0, ownedFormsCount); 5590Array.Copy(ownedForms, i + 1, ownedForms, i, ownedFormsCount - i - 1);
winforms\Managed\System\WinForms\GridItemCollection.cs (1)
90System.Array.Copy(entries, 0, dest, index, entries.Length);
winforms\Managed\System\WinForms\ListBindingConverter.cs (1)
151Array.Copy(ConstructorParamaterTypes, 0, ctorParams, 0, ctorParams.Length);
winforms\Managed\System\WinForms\ListBox.cs (1)
2746System.Array.Copy(entries, index, entries, index + 1, count - index);
winforms\Managed\System\WinForms\ListView.cs (9)
3631System.Array.Copy(columnHeaders, 0, newHeaders, 0, columnCount); 3638System.Array.Copy(columnHeaders, idx, columnHeaders, idx + 1, columnCount - idx); 6621System.Array.Copy(IndicesArray, 0, dest, index, Count); 6941System.Array.Copy(ItemArray, 0, dest, index, Count); 7242System.Array.Copy(IndicesArray, 0, dest, index, Count); 7581System.Array.Copy(SelectedItemArray, 0, dest, index, Count); 8042System.Array.Copy(owner.columnHeaders, 0, dest, index, Count); 8218System.Array.Copy(owner.columnHeaders, 0, newHeaders, 0, index); 8220System.Array.Copy(owner.columnHeaders, index+1, newHeaders, index, columnCount - index);
winforms\Managed\System\WinForms\ListViewItem.cs (3)
1991Array.Copy(owner.subItems, 0, newItems, 0, index); 1992Array.Copy(owner.subItems, index, newItems, index + size, owner.SubItemCount - index); 2162System.Array.Copy(owner.subItems, 0, dest, index, Count);
winforms\Managed\System\WinForms\Menu.cs (4)
873if (owner.ItemCount > 0) System.Array.Copy(owner.items, 0, newItems, 0, owner.ItemCount); 876System.Array.Copy(owner.items, index, owner.items, index + 1, owner.ItemCount - index); 1107System.Array.Copy(owner.items, 0, dest, index, owner.ItemCount); 1132System.Array.Copy(owner.items, index + 1, owner.items, index, owner.ItemCount - index);
winforms\Managed\System\WinForms\PropertyGrid.cs (23)
1906Array.Copy(viewTabs, 0, newTabs, 0, tabIndex); 1907Array.Copy(viewTabs, tabIndex, newTabs, tabIndex + 1, viewTabs.Length - tabIndex); 1914Array.Copy(viewTabScopes, 0, newTabScopes, 0, tabIndex); 1915Array.Copy(viewTabScopes, tabIndex, newTabScopes, tabIndex + 1, viewTabScopes.Length - tabIndex); 2546Array.Copy(tabTypes, 0, newTabs, 0, types); 2595Array.Copy(tabTypes, 0, returnTypes, 0, types); 2865Array.Copy(currentObjects, 0, newObjects, 0, i); 2869Array.Copy(currentObjects, i + 1, newObjects, i, newObjects.Length - i); 4002Array.Copy(components, 0, newComponents, 0, index); 4003Array.Copy(components, index + 1, newComponents, index, components.Length - index - 1); 4054Array.Copy(viewTabs, 0, newTabs, 0, i); 4055Array.Copy(viewTabs, i + 1, newTabs, i, viewTabs.Length - i - 1); 4059Array.Copy(viewTabScopes, 0, newTabScopes, 0, i); 4060Array.Copy(viewTabScopes, i + 1, newTabScopes, i, viewTabScopes.Length - i - 1); 4110Array.Copy(viewTabs, 0, newTabs, 0, tabIndex); 4111Array.Copy(viewTabs, tabIndex + 1, newTabs, tabIndex, viewTabs.Length - tabIndex - 1); 4115Array.Copy(viewTabScopes, 0, newTabScopes, 0, tabIndex); 4116Array.Copy(viewTabScopes, tabIndex + 1, newTabScopes, tabIndex, viewTabScopes.Length - tabIndex - 1); 4145Array.Copy(viewTabs, 0, newTabs, 0, tabIndex); 4146Array.Copy(viewTabs, tabIndex + 1, newTabs, tabIndex, viewTabs.Length - tabIndex - 1); 4150Array.Copy(viewTabScopes, 0, newTabScopes, 0, tabIndex); 4151Array.Copy(viewTabScopes, tabIndex + 1, newTabScopes, tabIndex, viewTabScopes.Length - tabIndex - 1); 5178System.Array.Copy(owner.viewTabs, 0, dest, index, owner.viewTabs.Length);
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
477Array.Copy(items, 0, array, index, items.Length);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
139Array.Copy(objs, 0, temp, 0, objs.Length);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (2)
107Array.Copy(rgobjs, 1, sortObjs, 0, cLength - 1); 314Array.Copy(mergedEntryList, 0, mergeArray, 1, mergedEntryList.Length);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3737Array.Copy(entries, 0, newEntries, 0, parentIndex + 1); 3740Array.Copy(entries, parentIndex + e.OldChildCount+1, newEntries, parentIndex + e.NewChildCount+1, entries.Length - (parentIndex + e.OldChildCount + 1));
winforms\Managed\System\WinForms\PropertyStore.cs (8)
512Array.Copy(intEntries, 0, newEntries, 0, index); 516Array.Copy(intEntries, index + 1, newEntries, index, intEntries.Length - index - 1); 580Array.Copy(objEntries, 0, newEntries, 0, index); 585Array.Copy(objEntries, index + 1, newEntries, index, objEntries.Length - index - 1); 717Array.Copy(intEntries, 0, newEntries, 0, index); 721Array.Copy(intEntries, index, newEntries, index + 1, intEntries.Length - index); 777Array.Copy(objEntries, 0, newEntries, 0, index); 781Array.Copy(objEntries, index, newEntries, index + 1, objEntries.Length - index);
winforms\Managed\System\WinForms\TabControl.cs (6)
1216if (tabPageCount > 0) Array.Copy(tabPages, 0, result, 0, tabPageCount); 1227if (tabPageCount > 0) Array.Copy(tabPages, 0, result, 0, tabPageCount); 1278Array.Copy(tabPages, 0, newTabPages, 0, tabPageCount); 1282Array.Copy(tabPages, index, tabPages, index + 1, tabPageCount - index); 1706Array.Copy(tabPages, index + 1, tabPages, index, tabPageCount - index); 2644System.Array.Copy(owner.GetTabPages(), 0, dest, index, Count);
winforms\Managed\System\WinForms\ToolBar.cs (4)
1172System.Array.Copy(buttons, 0, newButtons, 0, buttonCount); 1177System.Array.Copy(buttons, index, buttons, index + 1, buttonCount - index); 1423System.Array.Copy(buttons, index + 1, buttons, index, buttonCount - index); 2024System.Array.Copy(owner.buttons, 0, dest, index, owner.buttonCount);
winforms\Managed\System\WinForms\TreeNode.cs (1)
1516System.Array.Copy(children, 0, bigger, 0, childCount);
winforms\Managed\System\WinForms\TreeNodeCollection.cs (1)
582System.Array.Copy(owner.children, 0, dest, index, owner.childCount);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
6571Array.Copy(bytes, 0, buffer, offset, count);
System.Workflow.Activities (3)
Rules\RuleValidation.cs (3)
190Array.Copy(actualParameters, 1, expectedParameters, 0, actualParameterLength - 1); 230Array.Copy(parameters, 0, actualParameters, 1, actualParameterLength - 1); 238Array.Copy(actualParameters, 1, parameters, 0, actualParameterLength - 1);
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\FormatterServicesNoSerializableCheck.cs (1)
201Array.Copy(parentTypes, 0, tempParentTypes, 0, parentTypeCount);
System.Xml (28)
System\Xml\BinaryXml\XmlBinaryReader.cs (8)
1673System.Array.Copy(symtable, 0, n, 0, symNum); 1687System.Array.Copy(qnametable, 0, n, 0, qnameNum); 1768System.Array.Copy(data, mark, newdata, 0, cbKeep); 1772System.Array.Copy(data, mark, data, 0, cbKeep); 2127System.Array.Copy(this.elementStack, 0, n, 0, this.elementStack.Length); 2135System.Array.Copy(this.attributes, 0, n, 0, this.attrCount); 3689Array.Copy(this.data, this.tokDataPos, data, 0, this.tokLen); 3854Array.Copy(this.data, this.tokDataPos, data, 0, this.tokLen);
System\Xml\BinHexDecoder.cs (1)
152Array.Copy( bytes, 0, tmp, 0, bytesDecoded );
System\Xml\Core\XmlEventCache.cs (1)
517Array.Copy(buffer, index, bufferNew, 0, count);
System\Xml\Core\XmlSubtreeReader.cs (1)
1088Array.Copy( nsAttributes, 0, newNsAttrs, 0, index );
System\Xml\Core\XmlTextReaderImpl.cs (4)
4100Array.Copy(nodes, index + 1, nameSortedAttributes, 0, attrCount); 4581Array.Copy( nodes, index + 1, attrDuplSortingArray, 0, attrCount ); 6897Array.Copy( nodes, 0, newNodes, 0, nodes.Length ); 7289Array.Copy( parsingStatesStack, 0, newParsingStateStack, 0, parsingStatesStack.Length );
System\Xml\Core\XsdCachingReader.cs (2)
568Array.Copy(attributeEvents, 0, newAttributeEvents, 0, attributeEvents.Length); 589Array.Copy(contentEvents, 0, newContentEvents, 0, contentEvents.Length);
System\Xml\Core\XsdValidatingReader.cs (1)
1804Array.Copy(attributePSVINodes, 0, newPSVINodes, 0, attributePSVINodes.Length);
System\Xml\Dom\DocumentSchemaValidator.cs (1)
496Array.Copy(nodeSequenceToValidate, 0, newNodeSequence, 0, nodeSequenceToValidate.Length);
System\Xml\HWStack.cs (1)
38System.Array.Copy(this.stack, 0, newstack, 0, this.used);
System\Xml\Schema\ContentValidator.cs (2)
1794Array.Copy(rposInfo.rangeCounters, 0, newRPosInfo.rangeCounters, 0, rposInfo.rangeCounters.Length); 1817Array.Copy(rposInfo.rangeCounters, 0, newRPosInfo.rangeCounters, 0, rposInfo.rangeCounters.Length);
System\Xml\Schema\DtdParser.cs (1)
1477Array.Copy( condSectionEntityIds, 0, tmp, 0, condSectionEntityIds.Length );
System\Xml\Schema\DtdParserAsync.cs (1)
1088Array.Copy( condSectionEntityIds, 0, tmp, 0, condSectionEntityIds.Length );
System\Xml\Serialization\Mappings.cs (2)
336Array.Copy(elements, 0, sortedElements, 0, elements.Length); 665Array.Copy(elements, 0, sortedElements, 0, elements.Length);
System\Xml\XmlNamespacemanager.cs (1)
157Array.Copy( nsdecls, 0, newNsdecls, 0, nsdecls.Length );
System\Xml\XPath\Internal\XPathMultyIterator.cs (1)
46Array.Copy(arr, firstNotEmpty, arr, firstNotEmpty + 1, pos - firstNotEmpty);
UIAutomationClient (2)
MS\Internal\Automation\Misc.cs (2)
104Array.Copy(a, 0, combined, pos, l); 145Array.Copy(a, 0, a2, 0, newLength);
WindowsBase (28)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
480Array.Copy(typeAttrArray, 0, mergedAttrArray, attrArray.Length, typeAttrArray.Length);
Base\MS\Internal\IO\Packaging\CompoundFile\CFStream.cs (2)
250Array.Copy(localBuffer, 0, buffer, offset, read); 278Array.Copy(buffer, offset, localBuffer, 0, count);
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (1)
894Array.Copy(_randomBuffer, 0, buffer, offset, count);
Base\MS\Internal\IO\Packaging\SparseMemoryStream.cs (1)
244Array.Copy(memStreamBlock.Stream.GetBuffer(), (int)(overlapBlockOffset - memStreamBlock.Offset),
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (6)
568Array.Copy(tempBuffer, 0, buffer, offset, tempBuffer.Length); 578Array.Copy(tempBuffer, 0, buffer, offset, tempBuffer.Length); 588Array.Copy(tempBuffer, 0, buffer, offset, tempBuffer.Length); 598Array.Copy(tempBuffer, 0, buffer, offset, tempBuffer.Length); 608Array.Copy(tempBuffer, 0, buffer, offset, tempBuffer.Length); 618Array.Copy(tempBuffer, 0, buffer, offset, tempBuffer.Length);
Base\System\Windows\Threading\Dispatcher.cs (1)
3128Array.Copy(args, 0, parameters, 1, args.Length);
Shared\MS\Utility\FrugalList.cs (4)
1363Array.Copy(_entries, 0, destEntries, 0, _entries.Length); 1410Array.Copy(_entries, index, _entries, index + 1, _count - index); 1446Array.Copy(_entries, index + 1, _entries, index, numToCopy); 1630Array.Copy(_sourceArray, start, _targetArray, _validItemCount, size);
Shared\MS\Utility\FrugalMap.cs (8)
1161Array.Copy(_entries, 0, destEntries, 0, _entries.Length); 1199Array.Copy(_entries, index + 1, _entries, index, numToCopy); 1375Array.Copy(_entries, 0, destEntries, 0, _entries.Length); 1388Array.Copy(_entries, index, _entries, index + 1, (_count - index)); 1423Array.Copy(_entries, index + 1, _entries, index, numToCopy); 1862Array.Copy(_entries, 0, destEntries, 0, _entries.Length); 1875Array.Copy(_entries, index, _entries, index + 1, (_count - index)); 1904Array.Copy(_entries, index + 1, _entries, index, numToCopy);
Shared\MS\Utility\ItemList.cs (2)
155Array.Copy(List, 0, array, 0, Count); 184Array.Copy(List, index + 1, List, index, (Count - index - 1));
Shared\MS\Win32\HandleCollector.cs (1)
48Array.Copy(handleTypes, 0, newTypes, 0, handleTypeCount);
Shared\MS\Win32\NativeMethodsCLR.cs (1)
6217Array.Copy(bytes, 0, buffer, offset, count);
WsatConfig (1)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
256Array.Copy(temp, 0, buffer, index, temp.Length);
WsatUI (5)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
256Array.Copy(temp, 0, buffer, index, temp.Length);
Configuration\ETWSafeNativeMethods.cs (4)
117Array.Copy(loggerNameChars, 0, Tail.LoggerName, 0, loggerNameChars.Length); 121Array.Copy(loggerNameChars, 0, Tail.LoggerName, 0, SafeNativeMethods.MaxTraceLoggerNameLen - 1); 130Array.Copy(logFileNameChars, 0, Tail.LogFileName, 0, logFileNameChars.Length); 134Array.Copy(logFileNameChars, 0, Tail.LogFileName, 0, SafeNativeMethods.MaxTraceFileNameLen - 1);