2 writes to Redefined
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
887
attributeGroup.
Redefined
= originalAttrGroup;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
625
attributeGroup.
Redefined
= (XmlSchemaAttributeGroup?)redefine.Schema!.AttributeGroups[attributeGroup.QualifiedName];
14 references to Redefined
System.Private.Xml (14)
System\Xml\Schema\BaseProcessor.cs (2)
160
if (existingAttGroup == attGroup.
Redefined
)
168
else if (existingAttGroup.
Redefined
== attGroup)
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
1749
if (attributeGroup.
Redefined
!= null && attributeGroupRef.RefName == attributeGroup.
Redefined
.QualifiedName)
1751
attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroup.
Redefined
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
626
if (attributeGroup.
Redefined
!= null)
System\Xml\Schema\SchemaSetCompiler.cs (8)
282
XmlSchemaAttributeGroup? baseAttributeGroup = attributeGroup!.
Redefined
;
306
if (attributeGroup.
Redefined
!= null)
308
CleanupAttributeGroup(attributeGroup.
Redefined
);
573
if (baseAttributeGroup.
Redefined
!= null)
575
RecursivelyCheckRedefinedAttributeGroups(baseAttributeGroup, baseAttributeGroup.
Redefined
);
2104
if (attributeGroup.
Redefined
!= null && attributeGroupRef.RefName == attributeGroup.
Redefined
.QualifiedName)
2106
attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroup.
Redefined
;