10 references to EnsureCapacity
Microsoft.Build.Framework (1)
Collections\RefArrayBuilder.cs (1)
305_scope.EnsureCapacity(nextCapacity, copy: true);
Microsoft.Build.Framework.UnitTests (9)
BufferScopeTests.cs (9)
29buffer.EnsureCapacity(64, copy: true); 55buffer.EnsureCapacity(64, copy: true); 128buffer.EnsureCapacity(10); 141buffer.EnsureCapacity(50, copy: false); 157buffer.EnsureCapacity(20, copy: true); 174buffer.EnsureCapacity(10, copy: true); 178buffer.EnsureCapacity(50, copy: true); 404buffer.EnsureCapacity(capacity); 444buffer.EnsureCapacity(20, copy: true);