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

◆ AppendSlow() [2/2]

void System.Text.ValueStringBuilder.AppendSlow ( string s)
inlineprivate

Definition at line 90 of file ValueStringBuilder.cs.

91 {
92 int length = this._chars._length;
93 int stringLength = s._stringLength;
94 this.Grow(stringLength);
95 char rawStringData = s.GetRawStringData();
96 int stringLength2 = s._stringLength;
97 int length2 = this._chars._length;
99 int length3 = this._chars._length;
100 Span<char> chars = this._chars;
101 int pos = this._pos;
102 int stringLength3 = s._stringLength;
103 this._pos = pos;
104 }
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, System.s, and System.ThrowHelper.ThrowArgumentOutOfRangeException().