terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
XPathNodeInfoAtom.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Xml.XPath
;
3
4
namespace
MS.Internal.Xml.Cache
5
{
6
// Token: 0x02000175 RID: 373
7
internal
sealed
class
XPathNodeInfoAtom
8
{
9
// Token: 0x17000365 RID: 869
10
// (get) Token: 0x06000CCD RID: 3277 RVA: 0x00021B5C File Offset: 0x0001FD5C
11
public
XPathNodePageInfo
PageInfo
12
{
13
get
14
{
15
return
this.
_pageInfo
;
16
}
17
}
18
19
// Token: 0x17000366 RID: 870
20
// (get) Token: 0x06000CCE RID: 3278 RVA: 0x00021B70 File Offset: 0x0001FD70
21
public
string
LocalName
22
{
23
get
24
{
25
return
this.
_localName
;
26
}
27
}
28
29
// Token: 0x17000367 RID: 871
30
// (get) Token: 0x06000CCF RID: 3279 RVA: 0x00021B84 File Offset: 0x0001FD84
31
public
string
NamespaceUri
32
{
33
get
34
{
35
return
this.
_namespaceUri
;
36
}
37
}
38
39
// Token: 0x17000368 RID: 872
40
// (get) Token: 0x06000CD0 RID: 3280 RVA: 0x00021B98 File Offset: 0x0001FD98
41
public
string
Prefix
42
{
43
get
44
{
45
return
this.
_prefix
;
46
}
47
}
48
49
// Token: 0x17000369 RID: 873
50
// (get) Token: 0x06000CD1 RID: 3281 RVA: 0x00021BAC File Offset: 0x0001FDAC
51
public
XPathNode
[]
SiblingPage
52
{
53
get
54
{
55
return
this.
_pageSibling
;
56
}
57
}
58
59
// Token: 0x1700036A RID: 874
60
// (get) Token: 0x06000CD2 RID: 3282 RVA: 0x00021BC0 File Offset: 0x0001FDC0
61
public
XPathNode
[]
ParentPage
62
{
63
get
64
{
65
return
this.
_pageParent
;
66
}
67
}
68
69
// Token: 0x1700036B RID: 875
70
// (get) Token: 0x06000CD3 RID: 3283 RVA: 0x00021BD4 File Offset: 0x0001FDD4
71
public
XPathDocument
Document
72
{
73
get
74
{
75
return
this.
_doc
;
76
}
77
}
78
79
// Token: 0x04000696 RID: 1686
80
private
string
_localName
;
81
82
// Token: 0x04000697 RID: 1687
83
private
string
_namespaceUri
;
84
85
// Token: 0x04000698 RID: 1688
86
private
string
_prefix
;
87
88
// Token: 0x04000699 RID: 1689
89
private
XPathNode
[]
_pageParent
;
90
91
// Token: 0x0400069A RID: 1690
92
private
XPathNode
[]
_pageSibling
;
93
94
// Token: 0x0400069B RID: 1691
95
private
XPathDocument
_doc
;
96
97
// Token: 0x0400069C RID: 1692
98
private
XPathNodePageInfo
_pageInfo
;
99
}
100
}
MS.Internal.Xml.Cache.XPathNodeInfoAtom.ParentPage
XPathNode[] ParentPage
Definition
XPathNodeInfoAtom.cs:62
MS.Internal.Xml.Cache.XPathNodeInfoAtom._prefix
string _prefix
Definition
XPathNodeInfoAtom.cs:86
MS.Internal.Xml.Cache.XPathNodeInfoAtom.PageInfo
XPathNodePageInfo PageInfo
Definition
XPathNodeInfoAtom.cs:12
MS.Internal.Xml.Cache.XPathNodeInfoAtom._localName
string _localName
Definition
XPathNodeInfoAtom.cs:80
MS.Internal.Xml.Cache.XPathNodeInfoAtom._pageInfo
XPathNodePageInfo _pageInfo
Definition
XPathNodeInfoAtom.cs:98
MS.Internal.Xml.Cache.XPathNodeInfoAtom.SiblingPage
XPathNode[] SiblingPage
Definition
XPathNodeInfoAtom.cs:52
MS.Internal.Xml.Cache.XPathNodeInfoAtom._pageParent
XPathNode[] _pageParent
Definition
XPathNodeInfoAtom.cs:89
MS.Internal.Xml.Cache.XPathNodeInfoAtom._namespaceUri
string _namespaceUri
Definition
XPathNodeInfoAtom.cs:83
MS.Internal.Xml.Cache.XPathNodeInfoAtom.Prefix
string Prefix
Definition
XPathNodeInfoAtom.cs:42
MS.Internal.Xml.Cache.XPathNodeInfoAtom.NamespaceUri
string NamespaceUri
Definition
XPathNodeInfoAtom.cs:32
MS.Internal.Xml.Cache.XPathNodeInfoAtom.Document
XPathDocument Document
Definition
XPathNodeInfoAtom.cs:72
MS.Internal.Xml.Cache.XPathNodeInfoAtom._doc
XPathDocument _doc
Definition
XPathNodeInfoAtom.cs:95
MS.Internal.Xml.Cache.XPathNodeInfoAtom.LocalName
string LocalName
Definition
XPathNodeInfoAtom.cs:22
MS.Internal.Xml.Cache.XPathNodeInfoAtom._pageSibling
XPathNode[] _pageSibling
Definition
XPathNodeInfoAtom.cs:92
MS.Internal.Xml.Cache.XPathNodeInfoAtom
Definition
XPathNodeInfoAtom.cs:8
MS.Internal.Xml.Cache.XPathNodePageInfo
Definition
XPathNodePageInfo.cs:7
System.Xml.XPath.XPathDocument
Definition
XPathDocument.cs:10
MS.Internal.Xml.Cache
Definition
XPathDocumentNavigator.cs:7
System.Xml.XPath
Definition
XPathDocument.cs:7
System
Definition
__ComObject.cs:4
MS.Internal.Xml.Cache.XPathNode
Definition
XPathNode.cs:10
source
System.Xml
MS
Internal
Xml
Cache
XPathNodeInfoAtom.cs
Generated by
1.10.0