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