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
getinherited

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 = 0L;
115 XmlNameTable nameTable = xmlDocument.NameTable;
116 Monitor.Enter(nameTable, num != 0L);
117 if (this.name != null)
118 {
119 }
120 XmlNameTable nameTable2 = this.ownerDoc.NameTable;
121 long num2 = 0L;
123 Monitor.Exit(nameTable);
124 if (num2 != 0L)
125 {
126 throw new OutOfMemoryException();
127 }
128 if (2 != 0)
129 {
130 string text4 = this.name;
131 }
132 text5 = this.prefix;
134 }
135 return text5;
136 }
137 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47
static void Enter(object obj)
Definition Monitor.cs:11
XmlDocument ownerDoc
Definition XmlName.cs:230