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
XDocumentTypeWrapper.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Xml.Linq
;
3
4
namespace
Newtonsoft.Json.Converters
5
{
6
// Token: 0x02000114 RID: 276
7
internal
class
XDocumentTypeWrapper
:
XObjectWrapper
,
IXmlDocumentType
,
IXmlNode
8
{
9
// Token: 0x06000AC9 RID: 2761 RVA: 0x00019F54 File Offset: 0x00018154
10
public
XDocumentTypeWrapper
(
XDocumentType
documentType
)
11
{
12
if
(!
true
)
13
{
14
}
15
base
..ctor();
16
this._xmlObject
=
documentType
;
17
this._documentType
=
documentType
;
18
}
19
20
// Token: 0x17000202 RID: 514
21
// (get) Token: 0x06000ACA RID: 2762 RVA: 0x00019F78 File Offset: 0x00018178
22
public
string
Name
23
{
24
get
25
{
26
return
this.
_documentType
.
_name
;
27
}
28
}
29
30
// Token: 0x17000203 RID: 515
31
// (get) Token: 0x06000ACB RID: 2763 RVA: 0x00019F90 File Offset: 0x00018190
32
public
string
System
33
{
34
get
35
{
36
return
this.
_documentType
.
_systemId
;
37
}
38
}
39
40
// Token: 0x17000204 RID: 516
41
// (get) Token: 0x06000ACC RID: 2764 RVA: 0x00019FA8 File Offset: 0x000181A8
42
public
string
Public
43
{
44
get
45
{
46
return
this.
_documentType
.
_publicId
;
47
}
48
}
49
50
// Token: 0x17000205 RID: 517
51
// (get) Token: 0x06000ACD RID: 2765 RVA: 0x00019FC0 File Offset: 0x000181C0
52
public
string
InternalSubset
53
{
54
get
55
{
56
return
this.
_documentType
.
_internalSubset
;
57
}
58
}
59
60
// Token: 0x17000206 RID: 518
61
// (get) Token: 0x06000ACE RID: 2766 RVA: 0x00019FD8 File Offset: 0x000181D8
62
public
override
string
LocalName
63
{
64
get
65
{
66
return
"DOCTYPE"
;
67
}
68
}
69
70
// Token: 0x04000415 RID: 1045
71
private
readonly
XDocumentType
_documentType
;
72
}
73
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Converters.XDocumentTypeWrapper.Name
string Name
Definition
XDocumentTypeWrapper.cs:23
Newtonsoft.Json.Converters.XDocumentTypeWrapper.Public
string Public
Definition
XDocumentTypeWrapper.cs:43
Newtonsoft.Json.Converters.XDocumentTypeWrapper.InternalSubset
string InternalSubset
Definition
XDocumentTypeWrapper.cs:53
Newtonsoft.Json.Converters.XDocumentTypeWrapper._documentType
readonly XDocumentType _documentType
Definition
XDocumentTypeWrapper.cs:71
Newtonsoft.Json.Converters.XDocumentTypeWrapper.LocalName
override string LocalName
Definition
XDocumentTypeWrapper.cs:63
Newtonsoft.Json.Converters.XDocumentTypeWrapper.XDocumentTypeWrapper
XDocumentTypeWrapper(XDocumentType documentType)
Definition
XDocumentTypeWrapper.cs:10
Newtonsoft.Json.Converters.XDocumentTypeWrapper
Definition
XDocumentTypeWrapper.cs:8
Newtonsoft.Json.Converters.XObjectWrapper
Definition
XObjectWrapper.cs:11
System.Xml.Linq.XDocumentType._systemId
string _systemId
Definition
XDocumentType.cs:107
System.Xml.Linq.XDocumentType._name
string _name
Definition
XDocumentType.cs:101
System.Xml.Linq.XDocumentType._publicId
string _publicId
Definition
XDocumentType.cs:104
System.Xml.Linq.XDocumentType._internalSubset
string _internalSubset
Definition
XDocumentType.cs:110
System.Xml.Linq.XDocumentType
Definition
XDocumentType.cs:8
Newtonsoft.Json.Converters.IXmlDocumentType
Definition
IXmlDocumentType.cs:7
Newtonsoft.Json.Converters.IXmlNode
Definition
IXmlNode.cs:9
Newtonsoft.Json.Converters
Definition
BinaryConverter.cs:8
System.Xml.Linq
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Converters
XDocumentTypeWrapper.cs
Generated by
1.10.0