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

◆ PrepareParentInElementIdAttrMap()

bool System.Xml.XmlAttributeCollection.PrepareParentInElementIdAttrMap ( string attrPrefix,
string attrLocalName )
inlinepackage

Definition at line 185 of file XmlAttributeCollection.cs.

186 {
187 if (this.parent != null)
188 {
189 }
190 XmlName xmlName;
191 if (xmlName != null)
192 {
193 bool flag = xmlName.prefix == attrPrefix;
195 return;
196 }
197 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Xml.XmlNamedNodeMap.parent.