Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CleanupAttribute()

void System.Xml.Schema.Compiler.CleanupAttribute ( XmlSchemaAttribute attribute)
inlineprivate

Definition at line 265 of file Compiler.cs.

266 {
267 if (attribute.SchemaType != null)
268 {
269 CleanupSimpleType(attribute.SchemaType);
270 }
271 attribute.AttDef = null;
272 }
void CleanupSimpleType(XmlSchemaSimpleType simpleType)
Definition Compiler.cs:341

References System.Xml.Schema.Compiler.CleanupSimpleType(), and System.Xml.Dictionary.

Referenced by System.Xml.Schema.Compiler.CleanupAttributes(), and System.Xml.Schema.Compiler.Prepare().