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
SafeAsciiDecoder.cs
Go to the documentation of this file.
1using System;
2using System.Text;
5
6namespace System.Xml
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200009D")]
9 internal class SafeAsciiDecoder : Decoder
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600074B")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1DADD08", Offset = "0x1DADD08", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "SetupEncoding", MemberParameters = new object[] { typeof(Encoding) }, ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Decoder), Member = ".ctor", ReturnType = typeof(void))]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x600074C")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1DADD10", Offset = "0x1DADD10", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 public override int GetCharCount(byte[] bytes, int index, int count)
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x600074D")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1DADD18", Offset = "0x1DADD18", Length = "0x3C")]
31 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x600074E")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1DADD54", Offset = "0x1DADD54", Length = "0x58")]
40 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 public override void Convert(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
43 {
44 throw null;
45 }
46 }
47}
class f__AnonymousType0<< Count > j__TPar
override int GetCharCount(byte[] bytes, int index, int count)
override void Convert(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)