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

◆ RecursivelyCheckRedefinedAttributeGroups()

void System.Xml.Schema.Compiler.RecursivelyCheckRedefinedAttributeGroups ( XmlSchemaAttributeGroup attributeGroup,
XmlSchemaAttributeGroup baseAttributeGroup )
inlineprivate

Definition at line 528 of file Compiler.cs.

529 {
530 if (baseAttributeGroup.Redefined != null)
531 {
533 }
534 if (attributeGroup.SelfReferenceCount == 0)
535 {
539 }
540 }
void CheckAtrributeGroupRestriction(XmlSchemaAttributeGroup baseAttributeGroup, XmlSchemaAttributeGroup derivedAttributeGroup)
Definition Compiler.cs:2036
void RecursivelyCheckRedefinedAttributeGroups(XmlSchemaAttributeGroup attributeGroup, XmlSchemaAttributeGroup baseAttributeGroup)
Definition Compiler.cs:528
void CompileAttributeGroup(XmlSchemaAttributeGroup attributeGroup)
Definition Compiler.cs:1841

References System.Xml.Schema.Compiler.CheckAtrributeGroupRestriction(), System.Xml.Schema.Compiler.CompileAttributeGroup(), and System.Xml.Schema.Compiler.RecursivelyCheckRedefinedAttributeGroups().

Referenced by System.Xml.Schema.Compiler.Compile(), and System.Xml.Schema.Compiler.RecursivelyCheckRedefinedAttributeGroups().