38 if ((uint)
index >= (uint)current.Length)
106 int num = position.
Row;
static unsafe void Copy(Array sourceArray, Array destinationArray, int length)
Enumerator GetEnumerator()
static byte Min(byte val1, byte val2)
CopyPosition Normalize(int endColumn)
LargeArrayBuilder(bool initialize)
readonly int _maxCapacity
System.Collections.Generic.ArrayBuilder< T[]> _buffers
void CopyTo(T[] array, int arrayIndex, int count)
bool TryMove(out T[] array)
LargeArrayBuilder(int maxCapacity)
void AddRange(IEnumerable< T > items)
CopyPosition CopyTo(CopyPosition position, T[] array, int arrayIndex, int count)
void AddWithBufferAllocation(T item)
void AddWithBufferAllocation(T item, ref T[] destination, ref int index)