4 references to EnsureCapacity
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (4)
561
bool allocatedNewArray =
EnsureCapacity
(newLength);
595
bool allocatedNewArray =
EnsureCapacity
(i);
646
bool allocatedNewArray =
EnsureCapacity
(i);
728
bool allocatedNewArray =
EnsureCapacity
(newLength);