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
XmlStringConverter.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Xml.Schema
5{
6 // Token: 0x02000163 RID: 355
8 {
9 // Token: 0x06000C19 RID: 3097 RVA: 0x0001FED8 File Offset: 0x0001E0D8
11 {
12 if (!true)
13 {
14 }
15 base..ctor(schemaType);
16 }
17
18 // Token: 0x06000C1A RID: 3098 RVA: 0x00003FFD File Offset: 0x000021FD
20 {
21 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
22 }
23
24 // Token: 0x06000C1B RID: 3099 RVA: 0x0001FEF0 File Offset: 0x0001E0F0
25 public override string ToString(object value, IXmlNamespaceResolver nsResolver)
26 {
27 if (value != null)
28 {
29 Type type = value.GetType();
30 if (this != null)
31 {
32 }
33 }
34 throw new InvalidCastException();
35 }
36
37 // Token: 0x06000C1C RID: 3100 RVA: 0x0001FF10 File Offset: 0x0001E110
39 {
40 if (value != null)
41 {
42 if (!true)
43 {
44 }
45 if (!true)
46 {
47 }
50 }
51 return "value";
52 }
53
54 // Token: 0x06000C1D RID: 3101 RVA: 0x0001FF3C File Offset: 0x0001E13C
56 {
57 if (value != null)
58 {
59 if (!true)
60 {
61 }
62 Type type = value.GetType();
65 }
66 return "value";
67 }
68 }
69}
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287
override string ToString(object value, IXmlNamespaceResolver nsResolver)
static XmlValueConverter Create(XmlSchemaType schemaType)
override object ChangeType(string value, Type destinationType, IXmlNamespaceResolver nsResolver)
XmlStringConverter(XmlSchemaType schemaType)
override object ChangeType(object value, Type destinationType, IXmlNamespaceResolver nsResolver)