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
StringBuilderCache.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Text
5{
6 // Token: 0x0200001F RID: 31
7 internal static class StringBuilderCache
8 {
9 // Token: 0x060000CF RID: 207 RVA: 0x00003D38 File Offset: 0x00001F38
10 public static StringBuilder Acquire(int capacity = 16)
11 {
12 StringBuilder stringBuilder;
13 return stringBuilder;
14 }
15
16 // Token: 0x060000D0 RID: 208 RVA: 0x00003D48 File Offset: 0x00001F48
17 public static void Release(StringBuilder sb)
18 {
19 int capacity = sb.Capacity;
20 }
21
22 // Token: 0x060000D1 RID: 209 RVA: 0x00002367 File Offset: 0x00000567
23 public static string GetStringAndRelease(StringBuilder sb)
24 {
25 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
26 }
27
28 // Token: 0x0400004F RID: 79
30 private static StringBuilder t_cachedInstance;
31 }
32}
class f__AnonymousType0<< Count > j__TPar
static string GetStringAndRelease(StringBuilder sb)
static void Release(StringBuilder sb)
static StringBuilder t_cachedInstance
static StringBuilder Acquire(int capacity=16)