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
DecoderExceptionFallbackBuffer.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Text
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000262")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600149A")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1CB223C", Offset = "0x1CB223C", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DecoderExceptionFallbackBuffer), Member = "Throw", MemberParameters = new object[]
15 {
16 typeof(byte[]),
17 typeof(int)
18 }, ReturnType = typeof(void))]
19 public override bool Fallback(byte[] bytesUnknown, int index)
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x600149B")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1CB23F4", Offset = "0x1CB23F4", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 public override char GetNextChar()
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x17000206")]
33 public override int Remaining
34 {
35 [global::Cpp2ILInjected.Token(Token = "0x600149C")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1CB23FC", Offset = "0x1CB23FC", Length = "0x8")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 get
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x600149D")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1CB2244", Offset = "0x1CB2244", Length = "0x1B0")]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DecoderExceptionFallbackBuffer), Member = "Fallback", MemberParameters = new object[]
48 {
49 typeof(byte[]),
50 typeof(int)
51 }, ReturnType = typeof(bool))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(StringBuilder))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(byte), Member = "ToString", MemberParameters = new object[]
57 {
58 typeof(string),
59 typeof(global::System.IFormatProvider)
60 }, ReturnType = typeof(string))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(StringBuilder))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
63 {
64 typeof(string),
65 typeof(object),
66 typeof(object)
67 }, ReturnType = typeof(string))]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DecoderFallbackException), Member = ".ctor", MemberParameters = new object[]
69 {
70 typeof(string),
71 typeof(byte[]),
72 typeof(int)
73 }, ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
75 private void Throw(byte[] bytesUnknown, int index)
76 {
77 throw null;
78 }
79
80 [global::Cpp2ILInjected.Token(Token = "0x600149E")]
81 [global::Cpp2ILInjected.Address(RVA = "0x1CB21C8", Offset = "0x1CB21C8", Length = "0x8")]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
85 {
86 throw null;
87 }
88 }
89}
class f__AnonymousType0<< Count > j__TPar
override bool Fallback(byte[] bytesUnknown, int index)