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.
1using System;
2
3namespace 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 {
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}
static string NonCDataNormalize(string value)
static string CDataNormalize(string value)
static XmlCharType Instance