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

◆ Grow() [2/2]

void System.Text.ValueStringBuilder.Grow ( int requiredAdditionalCapacity)
inlineprivate

Definition at line 172 of file ValueStringBuilder.cs.

173 {
174 int num = 1;
175 if (num == 0)
176 {
177 }
178 if (num == 0)
179 {
180 }
181 int pos = this._pos;
182 int length = this._chars._length;
183 if (num == 0)
184 {
185 }
187 }
class f__AnonymousType0<< Count > j__TPar
static byte Max(byte val1, byte val2)
Definition Math.cs:111
readonly int _length
Definition Span.cs:240

References System.Text.ValueStringBuilder._chars, System.Span< T >._length, System.Text.ValueStringBuilder._pos, j__TPar, System.length, and System.Math.Max().