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
SecurityParser.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections
;
3
using
System.Security
;
4
5
namespace
Mono.Xml
6
{
7
// Token: 0x02000029 RID: 41
8
internal
class
SecurityParser
:
SmallXmlParser
,
SmallXmlParser
.
IContentHandler
9
{
10
// Token: 0x0600006C RID: 108 RVA: 0x00002650 File Offset: 0x00000850
11
public
SecurityParser
()
12
{
13
}
14
15
// Token: 0x0600006D RID: 109 RVA: 0x00002664 File Offset: 0x00000864
16
public
void
LoadXml
(
string
xml)
17
{
18
Stack
stack
= this.
stack
;
19
}
20
21
// Token: 0x0600006E RID: 110 RVA: 0x00002678 File Offset: 0x00000878
22
public
SecurityElement
ToXml
()
23
{
24
return
this.
root
;
25
}
26
27
// Token: 0x0600006F RID: 111 RVA: 0x0000268C File Offset: 0x0000088C
28
public
void
OnStartParsing
(
SmallXmlParser
parser)
29
{
30
}
31
32
// Token: 0x06000070 RID: 112 RVA: 0x0000269C File Offset: 0x0000089C
33
public
void
OnProcessingInstruction
(
string
name
,
string
text
)
34
{
35
}
36
37
// Token: 0x06000071 RID: 113 RVA: 0x000026AC File Offset: 0x000008AC
38
public
void
OnIgnorableWhitespace
(
string
s
)
39
{
40
}
41
42
// Token: 0x06000072 RID: 114 RVA: 0x000026BC File Offset: 0x000008BC
43
public
void
OnStartElement
(
string
name
,
SmallXmlParser
.
IAttrList
attrs)
44
{
45
if
(this.
root
!=
null
)
46
{
47
if
(this.
stack
!=
null
)
48
{
49
}
50
return
;
51
}
52
Stack
stack
= this.
stack
;
53
}
54
55
// Token: 0x06000073 RID: 115 RVA: 0x000026F4 File Offset: 0x000008F4
56
public
void
OnEndElement
(
string
name
)
57
{
58
Stack
stack
= this.
stack
;
59
if
(stack !=
null
)
60
{
61
this.current
=
stack
;
62
throw
new
InvalidCastException
();
63
}
64
}
65
66
// Token: 0x06000074 RID: 116 RVA: 0x00002718 File Offset: 0x00000918
67
public
void
OnChars
(
string
ch
)
68
{
69
SecurityElement
securityElement
= this.
current
;
70
if
(!
true
)
71
{
72
}
73
string
text
=
SecurityElement
.
Escape
(
ch
);
74
securityElement.Text
=
text
;
75
}
76
77
// Token: 0x06000075 RID: 117 RVA: 0x00002740 File Offset: 0x00000940
78
public
void
OnEndParsing
(
SmallXmlParser
parser)
79
{
80
}
81
82
// Token: 0x040000BD RID: 189
83
private
SecurityElement
root
;
84
85
// Token: 0x040000BE RID: 190
86
private
SecurityElement
current
;
87
88
// Token: 0x040000BF RID: 191
89
private
Stack
stack
;
90
}
91
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Mono.Xml.SecurityParser.root
SecurityElement root
Definition
SecurityParser.cs:83
Mono.Xml.SecurityParser.SecurityParser
SecurityParser()
Definition
SecurityParser.cs:11
Mono.Xml.SecurityParser.OnEndParsing
void OnEndParsing(SmallXmlParser parser)
Definition
SecurityParser.cs:78
Mono.Xml.SecurityParser.OnStartElement
void OnStartElement(string name, SmallXmlParser.IAttrList attrs)
Definition
SecurityParser.cs:43
Mono.Xml.SecurityParser.LoadXml
void LoadXml(string xml)
Definition
SecurityParser.cs:16
Mono.Xml.SecurityParser.stack
Stack stack
Definition
SecurityParser.cs:89
Mono.Xml.SecurityParser.OnEndElement
void OnEndElement(string name)
Definition
SecurityParser.cs:56
Mono.Xml.SecurityParser.OnProcessingInstruction
void OnProcessingInstruction(string name, string text)
Definition
SecurityParser.cs:33
Mono.Xml.SecurityParser.OnChars
void OnChars(string ch)
Definition
SecurityParser.cs:67
Mono.Xml.SecurityParser.ToXml
SecurityElement ToXml()
Definition
SecurityParser.cs:22
Mono.Xml.SecurityParser.current
SecurityElement current
Definition
SecurityParser.cs:86
Mono.Xml.SecurityParser.OnStartParsing
void OnStartParsing(SmallXmlParser parser)
Definition
SecurityParser.cs:28
Mono.Xml.SecurityParser.OnIgnorableWhitespace
void OnIgnorableWhitespace(string s)
Definition
SecurityParser.cs:38
Mono.Xml.SecurityParser
Definition
SecurityParser.cs:9
Mono.Xml.SmallXmlParser
Definition
SmallXmlParser.cs:12
System.Collections.Stack
Definition
Stack.cs:11
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Security.SecurityElement.Escape
static string Escape(string str)
Definition
SecurityElement.cs:175
System.Security.SecurityElement
Definition
SecurityElement.cs:13
Mono.Xml.SmallXmlParser.IAttrList
Definition
SmallXmlParser.cs:412
Mono.Xml.SmallXmlParser.IContentHandler
Definition
SmallXmlParser.cs:387
Mono.Xml
Definition
SecurityParser.cs:6
System.Collections
Definition
ArrayList.cs:6
System.Security
Definition
CommonObjectSecurity.cs:4
System.ExceptionArgument.s
@ s
System.ExceptionArgument.text
@ text
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
source
mscorlib
Mono
Xml
SecurityParser.cs
Generated by
1.10.0