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

◆ Insert()

void System.Text.ValueStringBuilder.Insert ( int index,
char value,
int count )
inline

Definition at line 51 of file ValueStringBuilder.cs.

52 {
53 int length = this._chars._length;
54 int pos = this._pos;
55 this.Grow(count);
56 int pos2 = this._pos;
57 int length2 = this._chars._length;
59 Span<char> chars = this._chars;
60 int length3 = this._chars._length;
62 int length4 = this._chars._length;
66 int pos3 = this._pos;
68 }
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, System.length, and System.ThrowHelper.ThrowArgumentOutOfRangeException().