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
Ucs4Decoder2143.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000A6")]
8 internal class Ucs4Decoder2143 : Ucs4Decoder
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000775")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1DAEA74", Offset = "0x1DAEA74", Length = "0x1B0")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Res), Member = "GetString", MemberParameters = new object[]
15 {
16 typeof(string),
17 typeof(object[])
18 }, ReturnType = typeof(string))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[]
20 {
21 typeof(string),
22 typeof(string)
23 }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlException), Member = ".ctor", MemberParameters = new object[]
25 {
26 typeof(string),
27 typeof(string)
28 }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
30 internal override int GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x6000776")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1DAE270", Offset = "0x1DAE270", Length = "0x4")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Ucs4Decoder), Member = ".ctor", ReturnType = typeof(void))]
40 {
41 throw null;
42 }
43 }
44}
class f__AnonymousType0<< Count > j__TPar
override int GetFullChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)