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
LineInfo.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000085")]
8 internal struct LineInfo
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000639")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1D9AFAC", Offset = "0x1D9AFAC", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParseEndElement", ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParseAttributeValueSlow", MemberParameters = new object[]
14 {
15 typeof(int),
16 typeof(char),
17 "System.Xml.XmlTextReaderImpl.NodeData"
18 }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
20 public LineInfo(int lineNo, int linePos)
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x600063A")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1D9AFB4", Offset = "0x1D9AFB4", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlTextReaderImpl.NodeData", Member = "SetLineInfo", MemberParameters = new object[]
28 {
29 typeof(int),
30 typeof(int)
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Xml.XmlTextReaderImpl.NodeData", Member = "SetLineInfo2", MemberParameters = new object[]
33 {
34 typeof(int),
35 typeof(int)
36 }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "ParseAttributeValueSlow", MemberParameters = new object[]
38 {
39 typeof(int),
40 typeof(char),
41 "System.Xml.XmlTextReaderImpl.NodeData"
42 }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "SetupEndEntityNodeInContent", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "IncrementalRead", ReturnType = typeof(int))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlTextReaderImpl), Member = "AddDefaultAttributeInternal", MemberParameters = new object[]
46 {
47 typeof(string),
48 typeof(string),
49 typeof(string),
50 typeof(string),
51 typeof(int),
52 typeof(int),
53 typeof(int),
54 typeof(int),
55 typeof(bool)
56 }, ReturnType = "System.Xml.XmlTextReaderImpl.NodeData")]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
58 public void Set(int lineNo, int linePos)
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x40002FF")]
64 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
65 internal int lineNo;
66
67 [global::Cpp2ILInjected.Token(Token = "0x4000300")]
68 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
69 internal int linePos;
70 }
71}
class f__AnonymousType0<< Count > j__TPar
LineInfo(int lineNo, int linePos)
Definition LineInfo.cs:20
void Set(int lineNo, int linePos)
Definition LineInfo.cs:58