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
◆
Name
string System.Xml.XmlName.Name
get
inherited
Definition at line
101
of file
XmlName.cs
.
102
{
103
get
104
{
105
string
text5
;
106
if
(this.
name
==
null
)
107
{
108
string
text
= this.
prefix
;
109
string
text2 = this.
localName
;
110
int
stringLength
= text._stringLength;
111
int
stringLength2
= text2._stringLength;
112
string
text3
=
text
+
":"
+ text2;
113
XmlDocument
xmlDocument
= this.
ownerDoc
;
114
long
num = 0
L
;
115
XmlNameTable nameTable =
xmlDocument
.
NameTable
;
116
Monitor
.
Enter
(nameTable, num != 0
L
);
117
if
(this.
name
!=
null
)
118
{
119
}
120
XmlNameTable
nameTable2
= this.
ownerDoc
.
NameTable
;
121
long
num2
= 0
L
;
122
this.name
=
nameTable2
;
123
Monitor
.
Exit
(nameTable);
124
if
(
num2
!= 0
L
)
125
{
126
throw
new
OutOfMemoryException
();
127
}
128
if
(2 != 0)
129
{
130
string
text4
= this.
name
;
131
}
132
text5 = this.
prefix
;
133
this.name
=
text5
;
134
}
135
return
text5
;
136
}
137
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System.Threading.Monitor.Exit
static void Exit(object obj)
Definition
Monitor.cs:47
System.Threading.Monitor.Enter
static void Enter(object obj)
Definition
Monitor.cs:11
System.Threading.Monitor
Definition
Monitor.cs:9
System.Xml.XmlDocument.NameTable
XmlNameTable NameTable
Definition
XmlDocument.cs:681
System.Xml.XmlName.localName
string localName
Definition
XmlName.cs:218
System.Xml.XmlName.ownerDoc
XmlDocument ownerDoc
Definition
XmlName.cs:230
System.Xml.XmlName.prefix
string prefix
Definition
XmlName.cs:215
System.Xml.XmlName.name
string name
Definition
XmlName.cs:224
System.ExceptionArgument.text
@ text
System.ConsoleKey.L
@ L
System
Xml
XmlNameEx
Generated by
1.10.0