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
XmlComplianceUtil.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Xml
4
{
5
// Token: 0x02000092 RID: 146
6
internal
static
class
XmlComplianceUtil
7
{
8
// Token: 0x060006D4 RID: 1748 RVA: 0x000178D0 File Offset: 0x00015AD0
9
public
static
string
NonCDataNormalize
(
string
value
)
10
{
11
XmlCharType
instance =
XmlCharType
.
Instance
;
12
if
(!
false
)
13
{
14
}
15
string
text
;
16
return
text
;
17
}
18
19
// Token: 0x060006D5 RID: 1749 RVA: 0x000178F0 File Offset: 0x00015AF0
20
public
static
string
CDataNormalize
(
string
value
)
21
{
22
if
(!
false
)
23
{
24
return
;
25
}
26
}
27
}
28
}
System.Xml.XmlComplianceUtil.NonCDataNormalize
static string NonCDataNormalize(string value)
Definition
XmlComplianceUtil.cs:9
System.Xml.XmlComplianceUtil.CDataNormalize
static string CDataNormalize(string value)
Definition
XmlComplianceUtil.cs:20
System.Xml.XmlComplianceUtil
Definition
XmlComplianceUtil.cs:7
System.Xml
Definition
ElementWriter.cs:4
System.ExceptionArgument.text
@ text
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
System.Xml.XmlCharType.Instance
static XmlCharType Instance
Definition
XmlCharType.cs:45
System.Xml.XmlCharType
Definition
XmlCharType.cs:9
source
System.Xml
System
Xml
XmlComplianceUtil.cs
Generated by
1.10.0