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

◆ ElementNamespaceLookup()

void System.Xml.XmlTextReaderImpl.ElementNamespaceLookup ( )
inlineprivate

Definition at line 2108 of file XmlTextReaderImpl.cs.

2109 {
2111 int stringLength = nodeData.prefix._stringLength;
2112 if (stringLength != 0)
2113 {
2114 string text = this.LookupNamespace(nodeData);
2115 nodeData.ns = text;
2116 return;
2117 }
2119 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.NodeData curNode
override string LookupNamespace(string prefix)

References System.Xml.XmlTextReaderImpl.curNode, j__TPar, System.Xml.XmlTextReaderImpl.LookupNamespace(), System.Xml.XmlTextReaderImpl.NodeData.prefix, and System.text.