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

◆ AddDefaultAttributes()

void System.Xml.XmlDocument.AddDefaultAttributes ( XmlElement elem)
inlinepackage

Definition at line 500 of file XmlDocument.cs.

501 {
504 if (schemaElementDecl != null && schemaElementDecl.attdefs != null)
505 {
506 return;
507 }
508 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< XmlQualifiedName, SchemaAttDef > attdefs
SchemaElementDecl GetSchemaElementDecl(XmlElement elem)

References System.Xml.XmlDocument.GetSchemaElementDecl(), j__TPar, and System.Xml.XmlDocument.schemaInfo.