terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
StringBuilderExtension.cs
Go to the documentation of this file.
1using System;
2using System.Text;
5
6namespace ReLogic.Text
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000B17")]
9 internal static class StringBuilderExtension
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6005320")]
12 [global::Cpp2ILInjected.Address(RVA = "0x940FE0", Offset = "0x940FE0", Length = "0x1C")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "get_Length", ReturnType = typeof(int))]
16 internal static bool IsEmpty(this StringBuilder stringBuilder)
17 {
18 throw null;
19 }
20 }
21}
class f__AnonymousType0<< Count > j__TPar
static bool IsEmpty(this StringBuilder stringBuilder)