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

◆ ChildBaseURI

string System.Xml.XmlEntityReference.ChildBaseURI
getpackage

Definition at line 196 of file XmlEntityReference.cs.

197 {
198 get
199 {
200 XmlEntity xmlEntity;
201 string systemId;
202 for (;;)
203 {
204 string text = this.name;
205 if (xmlEntity != null)
206 {
207 systemId = xmlEntity.systemId;
208 if (systemId != null)
209 {
210 break;
211 }
212 }
213 }
214 int stringLength = systemId._stringLength;
215 string systemId2 = xmlEntity.systemId;
216 string text2;
217 return text2;
218 }
219 }
class f__AnonymousType0<< Count > j__TPar