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

◆ OnXmlReservedAttribute()

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

Definition at line 2181 of file XmlTextReaderImpl.cs.

2182 {
2183 bool flag = attr.localName == "space";
2184 if (!this.curNode.xmlContextPushed)
2185 {
2186 this.PushXmlContext();
2187 }
2188 string text = XmlConvert.TrimString(attr.StringValue);
2189 bool flag2 = text == "preserve";
2191 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.XmlContext xmlContext
XmlTextReaderImpl.NodeData curNode

References System.Xml.XmlTextReaderImpl.curNode, j__TPar, System.Xml.XmlTextReaderImpl.PushXmlContext(), System.text, System.Xml.XmlConvert.TrimString(), and System.Xml.XmlTextReaderImpl.xmlContext.

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