2 writes to Redefined
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
751group.Redefined = originalGroup;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
499group.Redefined = (XmlSchemaGroup)redefine.Schema.Groups[group.QualifiedName];
9 references to Redefined
System.Xml (9)
System\Xml\Schema\BaseProcessor.cs (2)
155if (existingGroup == group.Redefined) { //group is the redefinition of existingObject 161else if (existingGroup.Redefined == group) { //Redefined type already exists in the set, original type is added after redefined type, ignore the original type
System\Xml\Schema\Preprocessor.cs (1)
916count = CountGroupSelfReference(group.Particle.Items, group.QualifiedName, group.Redefined);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
500if (group.Redefined != null) {
System\Xml\Schema\SchemaSetCompiler.cs (5)
209XmlSchemaGroup baseGroup = group.Redefined; 329if (group.Redefined != null) { 330CleanupGroup(group.Redefined); 430if (baseGroup.Redefined != null) { 431RecursivelyCheckRedefinedGroups(baseGroup, baseGroup.Redefined);