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

◆ CheckRefinedGroup()

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

Definition at line 944 of file Preprocessor.cs.

945 {
946 int num = 0;
947 if (group.Particle != null)
948 {
949 num = CountGroupSelfReference(group.Particle.Items, group.QualifiedName, group.Redefined);
950 }
951 if (num > 1)
952 {
954 }
956 }
static string Sch_MultipleGroupSelfRef
Definition SR.cs:826
Definition SR.cs:7
void SendValidationEvent(string code, XmlSchemaObject source)
int CountGroupSelfReference(XmlSchemaObjectCollection items, XmlQualifiedName name, XmlSchemaGroup redefined)

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

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