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

◆ OnNamespaceDecl()

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

Definition at line 2169 of file XmlTextReaderImpl.cs.

2170 {
2171 if (this.supportNamespaces)
2172 {
2173 XmlNameTable xmlNameTable = this.nameTable;
2174 string stringValue = attr.StringValue;
2175 string localName = attr.localName;
2176 return;
2177 }
2178 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Xml.XmlTextReaderImpl.nameTable, and System.Xml.XmlTextReaderImpl.supportNamespaces.

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