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

◆ CheckRefinedGroup()

void System.Xml.Schema.SchemaCollectionPreprocessor.CheckRefinedGroup ( XmlSchemaGroup group)
inlineprivate

Definition at line 695 of file SchemaCollectionPreprocessor.cs.

696 {
697 int num = 0;
698 if (group.Particle != null)
699 {
700 num = CountGroupSelfReference(group.Particle.Items, group.QualifiedName);
701 }
702 if (num > 1)
703 {
705 }
706 }
static string Sch_MultipleGroupSelfRef
Definition SR.cs:826
Definition SR.cs:7
void SendValidationEvent(string code, XmlSchemaObject source)
int CountGroupSelfReference(XmlSchemaObjectCollection items, XmlQualifiedName name)

References System.Xml.Schema.SchemaCollectionPreprocessor.CountGroupSelfReference(), System.SR.Sch_MultipleGroupSelfRef, and System.Xml.Schema.BaseProcessor.SendValidationEvent().

Referenced by System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessRedefine().