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
DtdValidator.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x0200011D RID: 285
6 internal sealed class DtdValidator : BaseValidator
7 {
8 // Token: 0x060009C7 RID: 2503 RVA: 0x0001C6E0 File Offset: 0x0001A8E0
9 public static void SetDefaultTypedValue(SchemaAttDef attdef, IDtdParserAdapter readerAdapter)
10 {
11 if (attdef.defExpanded == null)
12 {
13 }
14 XmlSchemaDatatype datatype = attdef.datatype;
15 if (datatype != null)
16 {
17 if (datatype != null)
18 {
19 }
20 return;
21 }
22 }
23
24 // Token: 0x060009C8 RID: 2504 RVA: 0x0001C734 File Offset: 0x0001A934
25 // Note: this type is marked as 'beforefieldinit'.
26 static DtdValidator()
27 {
28 }
29
30 // Token: 0x0400050D RID: 1293
32
33 // Token: 0x0200011E RID: 286
35 {
36 // Token: 0x060009C9 RID: 2505 RVA: 0x0001C744 File Offset: 0x0001A944
37 public override string LookupNamespace(string prefix)
38 {
39 return prefix;
40 }
41
42 // Token: 0x060009CA RID: 2506 RVA: 0x0001C754 File Offset: 0x0001A954
44 {
45 }
46 }
47 }
48}
class f__AnonymousType0<< Count > j__TPar
override string LookupNamespace(string prefix)
static void SetDefaultTypedValue(SchemaAttDef attdef, IDtdParserAdapter readerAdapter)
static DtdValidator.NamespaceManager namespaceManager