terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Append() [2/8]

unsafe void System.Text.ValueStringBuilder.Append ( char * value,
int length )
inline

Definition at line 121 of file ValueStringBuilder.cs.

122 {
123 int length2 = this._chars._length;
124 int pos = this._pos;
125 this.Grow(length);
126 int pos2 = this._pos;
127 int length3 = this._chars._length;
129 Span<char> chars = this._chars;
130 int pos3 = this._pos;
131 this._pos = pos3;
132 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentOutOfRangeException()
readonly int _length
Definition Span.cs:240
void Grow(int requiredAdditionalCapacity)

References System.Text.ValueStringBuilder._chars, System.Span< T >._length, System.Text.ValueStringBuilder._pos, System.Text.ValueStringBuilder.Grow(), j__TPar, and System.ThrowHelper.ThrowArgumentOutOfRangeException().