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
DateTimeFacetsChecker.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 // Token: 0x02000123 RID: 291
9 {
10 // Token: 0x060009F2 RID: 2546 RVA: 0x00003FFD File Offset: 0x000021FD
11 internal override Exception CheckValueFacets(object value, XmlSchemaDatatype datatype)
12 {
13 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
14 }
15
16 // Token: 0x060009F3 RID: 2547 RVA: 0x0001CAE0 File Offset: 0x0001ACE0
18 {
19 if (datatype != null)
20 {
21 }
22 throw new InvalidCastException();
23 }
24
25 // Token: 0x060009F4 RID: 2548 RVA: 0x0001CAF8 File Offset: 0x0001ACF8
26 internal override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype)
27 {
28 bool flag;
29 return flag;
30 }
31
32 // Token: 0x060009F5 RID: 2549 RVA: 0x0001CB08 File Offset: 0x0001AD08
34 {
35 if (datatype != null)
36 {
37 }
38 throw new InvalidCastException();
39 }
40
41 // Token: 0x060009F6 RID: 2550 RVA: 0x0001CB24 File Offset: 0x0001AD24
43 {
44 }
45 }
46}
class f__AnonymousType0<< Count > j__TPar
bool MatchEnumeration(DateTime value, ArrayList enumeration, XmlSchemaDatatype datatype)
override bool MatchEnumeration(object value, ArrayList enumeration, XmlSchemaDatatype datatype)
override Exception CheckValueFacets(DateTime value, XmlSchemaDatatype datatype)
override Exception CheckValueFacets(object value, XmlSchemaDatatype datatype)