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
StringReferenceExtensions.cs
Go to the documentation of this file.
1using System;
6
8{
10 [global::Cpp2ILInjected.Token(Token = "0x2000054")]
11 internal static class StringReferenceExtensions
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600030D")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1CD18B0", Offset = "0x1CD18B0", Length = "0x84")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeUtils), Member = "TryParseMicrosoftDate", MemberParameters = new object[]
17 {
19 typeof(ref long),
22 }, ReturnType = typeof(bool))]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array[]), Member = "IndexOf", MemberTypeParameters = new object[] { typeof(char) }, MemberParameters = new object[]
25 {
26 typeof(char[]),
27 typeof(char),
28 typeof(int),
29 typeof(int)
30 }, ReturnType = typeof(int))]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
32 public static int IndexOf(this StringReference s, char c, int startIndex, int length)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x600030E")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1CD1934", Offset = "0x1CD1934", Length = "0x88")]
39 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeUtils), Member = "TryParseDateTime", MemberParameters = new object[]
41 {
44 typeof(string),
47 }, ReturnType = typeof(bool))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeUtils), Member = "TryParseDateTimeOffset", MemberParameters = new object[]
49 {
50 typeof(StringReference),
51 typeof(string),
54 }, ReturnType = typeof(bool))]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
57 public static bool StartsWith(this StringReference s, string text)
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x600030F")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1CD19BC", Offset = "0x1CD19BC", Length = "0x88")]
64 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeUtils), Member = "TryParseDateTime", MemberParameters = new object[]
66 {
69 typeof(string),
72 }, ReturnType = typeof(bool))]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeUtils), Member = "TryParseDateTimeOffset", MemberParameters = new object[]
74 {
75 typeof(StringReference),
76 typeof(string),
79 }, ReturnType = typeof(bool))]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
82 public static bool EndsWith(this StringReference s, string text)
83 {
84 throw null;
85 }
86 }
87}
class f__AnonymousType0<< Count > j__TPar
static bool StartsWith(this StringReference s, string text)
static int IndexOf(this StringReference s, char c, int startIndex, int length)
static bool EndsWith(this StringReference s, string text)