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