Commit f6239ca
authored
Simplify Array.Copy(a, 0, b, 0, c) to Array.Copy(a, b, c) (dotnet/corefx#42343)
VS regex search and replace from `Array.Copy\((.+), 0, (.+), 0` to `Array.Copy($1, $2`, then manually reviewed. The only changes I reverted were those to the tests for Array itself.
Commit migrated from dotnet/corefx@5ac93ba1 parent 2dcbe73 commit f6239ca
183 files changed
Lines changed: 277 additions & 277 deletions
File tree
- src/libraries
- Common
- src
- Interop/Windows/BCrypt
- System/Collections/Generic
- tests
- StaticTestGenerator
- System/Collections
- Tests/System
- Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder
- Errors
- Semantics/Types
- System.Collections.Concurrent/src/System/Collections/Concurrent
- System.Collections.Immutable/src/System/Collections/Immutable
- System.Collections.NonGeneric/src/System/Collections
- System.Collections
- src/System/Collections
- Generic
- tests/Generic/LinkedList
- System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations
- System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting
- System.ComponentModel.TypeConverter/src/System/ComponentModel
- System.Data.Common/src/System/Data
- Common
- SQLTypes
- Filter
- ProviderBase
- SQLTypes
- System.Data.SqlClient/src
- Microsoft/SqlServer/Server
- System/Data/SqlClient
- System.Diagnostics.EventLog/src/System/Diagnostics
- System.Diagnostics.PerformanceCounter/src/System/Diagnostics
- System.Diagnostics.Process/src/System/Diagnostics
- System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement
- AD
- SAM
- System.IO.Compression/src/System/IO/Compression/DeflateManaged
- System.IO.Pipelines/src/System/IO/Pipelines
- System.IO.Ports/tests/SerialPort
- System.Linq.Expressions/src/System
- Dynamic
- Utils
- Runtime/CompilerServices
- System.Linq.Parallel/src/System/Linq/Parallel
- Channels
- Utils
- System.Linq/src/System/Linq
- System.Net.Http/tests/FunctionalTests
- System.Numerics.Vectors/tests
- System.Private.DataContractSerialization/src/System
- Runtime/Serialization
- Json
- Xml
- System.Private.Xml/src/System/Xml
- BinaryXml
- Core
- Dom
- Resolvers
- Schema
- Serialization
- Xsl
- QIL
- Runtime
- XsltOld
- Xslt
- System.Reflection.Context/src/System/Reflection/Context/Virtual
- System.Reflection.Metadata/tests/Metadata
- System.Runtime.Numerics
- src/System/Numerics
- tests/BigInteger
- System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization
- Formatters/Binary
- System.Runtime.Serialization.Xml/tests
- Canonicalization/CryptoCanonicalization
- SerializationTestTypes
- System.Security.Cryptography.Algorithms
- src
- Internal/Cryptography
- System/Security/Cryptography
- tests
- System.Security.Cryptography.Cng/src/System/Security/Cryptography
- System.Security.Cryptography.Pkcs/src/Internal/Cryptography
- System.Security.Permissions/src/System/Security/Permissions
- System.Text.RegularExpressions/src/System/Text/RegularExpressions
- System.Threading.Channels/src/System/Collections/Generic
- System.Threading.Tasks.Dataflow/src/Internal
- System.Threading.Tasks/tests/Task
- System.Transactions.Local/src/System/Transactions
- System.Web.HttpUtility/src/System/Web/Util
- System.Windows.Extensions/src/System/Media
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
| 480 | + | |
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | | - | |
| 570 | + | |
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
| |||
1311 | 1311 | | |
1312 | 1312 | | |
1313 | 1313 | | |
1314 | | - | |
| 1314 | + | |
1315 | 1315 | | |
1316 | 1316 | | |
1317 | 1317 | | |
| |||
1533 | 1533 | | |
1534 | 1534 | | |
1535 | 1535 | | |
1536 | | - | |
| 1536 | + | |
1537 | 1537 | | |
1538 | 1538 | | |
1539 | 1539 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7288 | 7288 | | |
7289 | 7289 | | |
7290 | 7290 | | |
7291 | | - | |
| 7291 | + | |
7292 | 7292 | | |
7293 | 7293 | | |
7294 | 7294 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments