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
EncoderExceptionFallbackBuffer.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Text
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200026D")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60014EB")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1CB49AC", Offset = "0x1CB49AC", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x60014EC")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1CB4A20", Offset = "0x1CB4A20", Length = "0xAC")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
23 {
24 typeof(string),
25 typeof(object),
26 typeof(object)
27 }, ReturnType = typeof(string))]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EncoderFallbackException), Member = ".ctor", MemberParameters = new object[]
29 {
30 typeof(string),
31 typeof(char),
32 typeof(int)
33 }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
35 public override bool Fallback(char charUnknown, int index)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x60014ED")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1CB4AFC", Offset = "0x1CB4AFC", Length = "0x250")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsHighSurrogate", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "IsLowSurrogate", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(bool))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "ConvertToUtf32", MemberParameters = new object[]
46 {
47 typeof(char),
48 typeof(char)
49 }, ReturnType = typeof(int))]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
51 {
52 typeof(string),
53 typeof(object),
54 typeof(object)
55 }, ReturnType = typeof(string))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EncoderFallbackException), Member = ".ctor", MemberParameters = new object[]
57 {
58 typeof(string),
59 typeof(char),
60 typeof(char),
61 typeof(int)
62 }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
64 {
65 typeof(string),
66 typeof(string)
67 }, ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 32)]
69 public override bool Fallback(char charUnknownHigh, char charUnknownLow, int index)
70 {
71 throw null;
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x60014EE")]
75 [global::Cpp2ILInjected.Address(RVA = "0x1CB4F3C", Offset = "0x1CB4F3C", Length = "0x8")]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
77 public override char GetNextChar()
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x60014EF")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1CB4F44", Offset = "0x1CB4F44", Length = "0x8")]
84 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
85 public override bool MovePrevious()
86 {
87 throw null;
88 }
89
90 [global::Cpp2ILInjected.Token(Token = "0x17000217")]
91 public override int Remaining
92 {
93 [global::Cpp2ILInjected.Token(Token = "0x60014F0")]
94 [global::Cpp2ILInjected.Address(RVA = "0x1CB4F4C", Offset = "0x1CB4F4C", Length = "0x8")]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
96 get
97 {
98 throw null;
99 }
100 }
101 }
102}
class f__AnonymousType0<< Count > j__TPar
override bool Fallback(char charUnknownHigh, char charUnknownLow, int index)
override bool Fallback(char charUnknown, int index)