2 writes to Redefined
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
772
attributeGroup.
Redefined
= originalAttrGroup;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
516
attributeGroup.
Redefined
= (XmlSchemaAttributeGroup)redefine.Schema.AttributeGroups[attributeGroup.QualifiedName];
14 references to Redefined
System.Xml (14)
System\Xml\Schema\BaseProcessor.cs (2)
140
if (existingAttGroup == attGroup.
Redefined
) { //attribute group is the redefinition of existingObject
146
else if (existingAttGroup.
Redefined
== attGroup) { //Redefined type already exists in the set, original type is added after redefined type, ignore the original type
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
1388
if (attributeGroup.
Redefined
!= null && attributeGroupRef.RefName == attributeGroup.
Redefined
.QualifiedName) {
1389
attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroup.
Redefined
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
517
if (attributeGroup.
Redefined
!= null) {
System\Xml\Schema\SchemaSetCompiler.cs (8)
216
XmlSchemaAttributeGroup baseAttributeGroup = attributeGroup.
Redefined
;
235
if (attributeGroup.
Redefined
!= null) {
236
CleanupAttributeGroup(attributeGroup.
Redefined
);
447
if (baseAttributeGroup.
Redefined
!= null) {
448
RecursivelyCheckRedefinedAttributeGroups(baseAttributeGroup, baseAttributeGroup.
Redefined
);
1665
if (attributeGroup.
Redefined
!= null && attributeGroupRef.RefName == attributeGroup.
Redefined
.QualifiedName) {
1666
attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroup.
Redefined
;