2 references to RedefinedAttributeGroup
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
865
if (attributeGroup.
RedefinedAttributeGroup
!= null && attributeGroupRef.RefName == new XmlQualifiedName(attributeGroup.Name, attributeGroupRef.RefName.Namespace)) {
866
attributeGroupResolved = (XmlSchemaAttributeGroup)attributeGroup.
RedefinedAttributeGroup
;