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/2]

void Newtonsoft.Json.Utilities.StringBuffer.Append ( IArrayPool< char > bufferPool,
char[] buffer,
int startIndex,
int count )
inline

Definition at line 59 of file StringBuffer.cs.

60 {
61 int position = this._position;
62 this.EnsureSize(bufferPool, count);
63 int position2 = this._position;
64 int position3 = this._position;
66 }
class f__AnonymousType0<< Count > j__TPar
void EnsureSize(IArrayPool< char > bufferPool, int appendLength)

References Newtonsoft.Json.Utilities.StringBuffer._position, System.count, Newtonsoft.Json.Utilities.StringBuffer.EnsureSize(), and j__TPar.