static Resize method in the System. Array.cs creates a new array instance even if the new size is 0.
In the original implementation of the the Resize method, when the new size is zero, a new array is created I propose an additional check to handle the case where newSize is 0 more efficiently by using ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results