terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ ChildBaseURI

string System.Xml.XmlEntityReference.ChildBaseURI
getsetpackage

Definition at line 215 of file XmlEntityReference.cs.

216 {
217 [global::Cpp2ILInjected.Token(Token = "0x600056D")]
218 [global::Cpp2ILInjected.Address(RVA = "0x1D932D8", Offset = "0x1D932D8", Length = "0xCC")]
219 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
220 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlNode), Member = "get_BaseURI", ReturnType = typeof(string))]
221 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
222 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlDocument), Member = "GetEntityNode", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(XmlEntity))]
223 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEntityReference), Member = "ConstructBaseURI", MemberParameters = new object[]
224 {
225 typeof(string),
226 typeof(string)
227 }, ReturnType = typeof(string))]
228 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
229 get
230 {
231 throw null;
232 }
233 }
class f__AnonymousType0<< Count > j__TPar
XmlEntityReference(string name, XmlDocument doc)