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
SR.cs
Go to the documentation of this file.
1using System;
6
7[global::Cpp2ILInjected.Token(Token = "0x2000002")]
8internal static class SR
9{
10 [global::Cpp2ILInjected.Token(Token = "0x6000001")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1D688AC", Offset = "0x1D688AC", Length = "0x70")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XAttribute), Member = "ValidateAttribute", MemberParameters = new object[]
13 {
15 typeof(string)
16 }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XDocument), Member = "ValidateNode", MemberParameters = new object[]
18 {
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XElement), Member = "ValidateNode", MemberParameters = new object[]
23 {
26 }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XName), Member = "Get", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(XName))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XProcessingInstruction), Member = "ValidateName", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
32 {
34 typeof(string),
35 typeof(object)
36 }, ReturnType = typeof(string))]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
38 internal static string Format(string resourceFormat, object p1)
39 {
40 throw null;
41 }
42}
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, object p1)
Definition SR.cs:38
Definition SR.cs:22