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
UpaException.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000C4")]
8 internal class UpaException : Exception
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000811")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1DB4480", Offset = "0x1DB4480", Length = "0x70")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ParticleContentValidator), Member = "CheckCMUPAWithLeafRangeNodes", MemberParameters = new object[] { typeof(BitSet) }, ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ParticleContentValidator), Member = "CheckUniqueParticleAttribution", MemberParameters = new object[] { typeof(BitSet) }, ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Exception), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
17 public UpaException(object particle1, object particle2)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x4000418")]
23 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
24 private object particle1;
25
26 [global::Cpp2ILInjected.Token(Token = "0x4000419")]
27 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
28 private object particle2;
29 }
30}
class f__AnonymousType0<< Count > j__TPar
UpaException(object particle1, object particle2)