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