This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,26 @@
using System;
using Cpp2IlInjected;
namespace System.Xml
{
// Token: 0x020000DC RID: 220
[Token(Token = "0x20000DC")]
internal static class XmlComplianceUtil
{
// Token: 0x06000B20 RID: 2848 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000B20")]
[Address(RVA = "0x681FC0", Offset = "0x680FC0", VA = "0x180681FC0")]
public static string NonCDataNormalize(string value)
{
return null;
}
// Token: 0x06000B21 RID: 2849 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000B21")]
[Address(RVA = "0x681E10", Offset = "0x680E10", VA = "0x180681E10")]
public static string CDataNormalize(string value)
{
return null;
}
}
}