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

◆ OnDefaultNamespaceDecl()

void System.Xml.XmlTextReaderImpl.OnDefaultNamespaceDecl ( XmlTextReaderImpl::NodeData attr)
inlineprivate

Definition at line 2151 of file XmlTextReaderImpl.cs.

2152 {
2153 if (this.supportNamespaces)
2154 {
2155 XmlNameTable xmlNameTable = this.nameTable;
2156 string stringValue = attr.StringValue;
2157 XmlNameTable xmlNameTable2 = this.nameTable;
2159 if (!this.curNode.xmlContextPushed)
2160 {
2161 this.PushXmlContext();
2162 }
2164 return;
2165 }
2166 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.NodeData curNode

References System.Xml.XmlTextReaderImpl.curNode, j__TPar, System.Xml.XmlTextReaderImpl.nameTable, System.Xml.XmlTextReaderImpl.PushXmlContext(), and System.Xml.XmlTextReaderImpl.supportNamespaces.

Referenced by System.Xml.XmlTextReaderImpl.AddDefaultAttributeInternal().