22 references to QualifiedName
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
202_attributeGroups![attr.QualifiedName] = attr;
System.Private.Xml (21)
System\Xml\Schema\BaseProcessor.cs (1)
164table.Insert(attGroup.QualifiedName, attGroup); //Update with redefined entry
System\Xml\Schema\Preprocessor.cs (9)
740AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 803AddToTable(schema.AttributeGroups, attributeGroup!.QualifiedName, attributeGroup); 871attributeGroup.QualifiedName.SetNamespace(targetNS); //Since PreprocessAttributeGroup will use this.targetNamespace and that will be that of the root schema's 872if (redefine.AttributeGroups[attributeGroup.QualifiedName] != null) 878AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 879XmlSchemaAttributeGroup? originalAttrGroup = (XmlSchemaAttributeGroup?)schemaToUpdate.AttributeGroups[attributeGroup.QualifiedName]; 883SendValidationEvent(SR.Sch_ComponentRedefineNotFound, "<attributeGroup>", attributeGroup.QualifiedName.ToString(), attributeGroup); 888schemaToUpdate.AttributeGroups.Insert(attributeGroup.QualifiedName, attributeGroup); 1083if (attrGroupRef != null && attrGroupRef.RefName == attributeGroup.QualifiedName)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1749if (attributeGroup.Redefined != null && attributeGroupRef.RefName == attributeGroup.Redefined.QualifiedName)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
518AddToTable(schema.AttributeGroups, attributeGroup!.QualifiedName, attributeGroup); 547AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 618if (redefine.AttributeGroups[attributeGroup.QualifiedName] != null) 624AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 625attributeGroup.Redefined = (XmlSchemaAttributeGroup?)redefine.Schema!.AttributeGroups[attributeGroup.QualifiedName]; 760if (groupRef != null && groupRef.RefName == attributeGroup.QualifiedName)
System\Xml\Schema\SchemaSetCompiler.cs (3)
94AddToTable(_attributeGroups, attributeGroup!.QualifiedName, attributeGroup); 2104if (attributeGroup.Redefined != null && attributeGroupRef.RefName == attributeGroup.Redefined.QualifiedName) 2337SendValidationEvent(SR.Sch_NoDerivedAttribute, attributeBase.QualifiedName.ToString(), baseAttributeGroup.QualifiedName.ToString(), derivedAttributeGroup);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
72return ((XmlSchemaAttributeGroup)o).QualifiedName;