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
TypeNameParser.cs
Go to the documentation of this file.
1using System;
6
7namespace System
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000168")]
10 internal sealed class TypeNameParser
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000E90")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C79CEC", Offset = "0x1C79CEC", Length = "0x50")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Type), Member = "GetType", MemberParameters = new object[]
15 {
16 typeof(string),
19 typeof(bool)
20 }, ReturnType = typeof(global::System.Type))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TypeSpec), Member = "Parse", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.TypeSpec))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TypeSpec), Member = "Resolve", MemberParameters = new object[]
24 {
27 typeof(bool),
28 typeof(bool),
29 typeof(ref global::System.Threading.StackCrawlMark)
30 }, ReturnType = typeof(global::System.Type))]
32 {
33 throw null;
34 }
35 }
36}
class f__AnonymousType0<< Count > j__TPar
static global::System.Type GetType(string typeName, global::System.Func< global::System.Reflection.AssemblyName, global::System.Reflection.Assembly > assemblyResolver, global::System.Func< global::System.Reflection.Assembly, string, bool, global::System.Type > typeResolver, bool throwOnError, bool ignoreCase, ref global::System.Threading.StackCrawlMark stackMark)