22 references to QualifiedName
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
183
attributeGroups[attr.
QualifiedName
] = attr;
System.Xml (21)
System\Xml\Schema\BaseProcessor.cs (1)
142
table.Insert(attGroup.
QualifiedName
, attGroup); //Update with redefined entry
System\Xml\Schema\Preprocessor.cs (9)
647
AddToTable(schema.AttributeGroups, attributeGroup.
QualifiedName
, attributeGroup);
702
AddToTable(schema.AttributeGroups, attributeGroup.
QualifiedName
, attributeGroup);
760
attributeGroup.
QualifiedName
.SetNamespace(targetNS); //Since PreprocessAttributeGroup will use this.targetNamespace and that will be that of the root schema's
761
if (redefine.AttributeGroups[attributeGroup.
QualifiedName
] != null) {
765
AddToTable(redefine.AttributeGroups, attributeGroup.
QualifiedName
, attributeGroup);
766
XmlSchemaAttributeGroup originalAttrGroup = (XmlSchemaAttributeGroup)schemaToUpdate.AttributeGroups[attributeGroup.
QualifiedName
];
769
SendValidationEvent(Res.Sch_ComponentRedefineNotFound, "<attributeGroup>", attributeGroup.
QualifiedName
.ToString(), attributeGroup);
773
schemaToUpdate.AttributeGroups.Insert(attributeGroup.
QualifiedName
, attributeGroup);
928
if (attrGroupRef != null && attrGroupRef.RefName == attributeGroup.
QualifiedName
) {
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1388
if (attributeGroup.Redefined != null && attributeGroupRef.RefName == attributeGroup.Redefined.
QualifiedName
) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
426
AddToTable(schema.AttributeGroups, attributeGroup.
QualifiedName
, attributeGroup);
449
AddToTable(schema.AttributeGroups, attributeGroup.
QualifiedName
, attributeGroup);
511
if (redefine.AttributeGroups[attributeGroup.
QualifiedName
] != null) {
515
AddToTable(redefine.AttributeGroups, attributeGroup.
QualifiedName
, attributeGroup);
516
attributeGroup.Redefined = (XmlSchemaAttributeGroup)redefine.Schema.AttributeGroups[attributeGroup.
QualifiedName
];
621
if (groupRef != null && groupRef.RefName == attributeGroup.
QualifiedName
) {
System\Xml\Schema\SchemaSetCompiler.cs (3)
75
AddToTable(attributeGroups, attributeGroup.
QualifiedName
, attributeGroup);
1665
if (attributeGroup.Redefined != null && attributeGroupRef.RefName == attributeGroup.Redefined.
QualifiedName
) {
1859
SendValidationEvent(Res.Sch_NoDerivedAttribute, attributeBase.QualifiedName.ToString(), baseAttributeGroup.
QualifiedName
.ToString(), derivedAttributeGroup);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
62
return ((XmlSchemaAttributeGroup)o).
QualifiedName
;