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
NamespaceListNode.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections
;
3
using
Cpp2IlInjected
;
4
5
namespace
System.Xml.Schema
6
{
7
// Token: 0x020000CA RID: 202
8
internal
class
NamespaceListNode
:
SyntaxTreeNode
9
{
10
// Token: 0x0600082C RID: 2092 RVA: 0x0001A154 File Offset: 0x00018354
11
public
NamespaceListNode
(
NamespaceList
namespaceList
,
object
particle
)
12
{
13
this.namespaceList
=
namespaceList
;
14
}
15
16
// Token: 0x0600082D RID: 2093 RVA: 0x0001A170 File Offset: 0x00018370
17
public
virtual
ICollection
GetResolvedSymbols
(
SymbolsDictionary
symbols)
18
{
19
NamespaceList
namespaceList
= this.
namespaceList
;
20
return
symbols.
GetNamespaceListSymbols
(
namespaceList
);
21
}
22
23
// Token: 0x0600082E RID: 2094 RVA: 0x0001A18C File Offset: 0x0001838C
24
public
override
void
ExpandTree
(
InteriorNode
parent,
SymbolsDictionary
symbols,
Positions
positions)
25
{
26
}
27
28
// Token: 0x0600082F RID: 2095 RVA: 0x00003FFD File Offset: 0x000021FD
29
public
override
void
ConstructPos
(
BitSet
firstpos,
BitSet
lastpos,
BitSet
[] followpos)
30
{
31
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
32
}
33
34
// Token: 0x170001FB RID: 507
35
// (get) Token: 0x06000830 RID: 2096 RVA: 0x00003FFD File Offset: 0x000021FD
36
public
override
bool
IsNullable
37
{
38
get
39
{
40
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
41
}
42
}
43
44
// Token: 0x04000424 RID: 1060
45
protected
NamespaceList
namespaceList
;
46
47
// Token: 0x04000425 RID: 1061
48
protected
object
particle
;
49
}
50
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Xml.Schema.BitSet
Definition
BitSet.cs:8
System.Xml.Schema.InteriorNode
Definition
InteriorNode.cs:8
System.Xml.Schema.NamespaceListNode.particle
object particle
Definition
NamespaceListNode.cs:48
System.Xml.Schema.NamespaceListNode.ExpandTree
override void ExpandTree(InteriorNode parent, SymbolsDictionary symbols, Positions positions)
Definition
NamespaceListNode.cs:24
System.Xml.Schema.NamespaceListNode.NamespaceListNode
NamespaceListNode(NamespaceList namespaceList, object particle)
Definition
NamespaceListNode.cs:11
System.Xml.Schema.NamespaceListNode.GetResolvedSymbols
virtual ICollection GetResolvedSymbols(SymbolsDictionary symbols)
Definition
NamespaceListNode.cs:17
System.Xml.Schema.NamespaceListNode.IsNullable
override bool IsNullable
Definition
NamespaceListNode.cs:37
System.Xml.Schema.NamespaceListNode.ConstructPos
override void ConstructPos(BitSet firstpos, BitSet lastpos, BitSet[] followpos)
Definition
NamespaceListNode.cs:29
System.Xml.Schema.NamespaceListNode.namespaceList
NamespaceList namespaceList
Definition
NamespaceListNode.cs:45
System.Xml.Schema.NamespaceListNode
Definition
NamespaceListNode.cs:9
System.Xml.Schema.NamespaceList
Definition
NamespaceList.cs:8
System.Xml.Schema.Positions
Definition
Positions.cs:8
System.Xml.Schema.SymbolsDictionary.GetNamespaceListSymbols
ICollection GetNamespaceListSymbols(NamespaceList list)
Definition
SymbolsDictionary.cs:95
System.Xml.Schema.SymbolsDictionary
Definition
SymbolsDictionary.cs:10
System.Xml.Schema.SyntaxTreeNode
Definition
SyntaxTreeNode.cs:7
System.Collections.ICollection
Definition
ICollection.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Collections
Definition
ArrayList.cs:6
System.Xml.Schema
Definition
BaseValidator.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
Schema
NamespaceListNode.cs
Generated by
1.10.0