21 references to QualifiedName
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (1)
178table.Insert(attGroup.QualifiedName, attGroup); //Update with redefined entry
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (9)
768AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 836AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 905attributeGroup.QualifiedName.SetNamespace(targetNS); //Since PreprocessAttributeGroup will use this.targetNamespace and that will be that of the root schema's 906if (redefine.AttributeGroups[attributeGroup.QualifiedName] != null) 912AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 913XmlSchemaAttributeGroup originalAttrGroup = (XmlSchemaAttributeGroup)schemaToUpdate.AttributeGroups[attributeGroup.QualifiedName]; 917SendValidationEvent(ResXml.Sch_ComponentRedefineNotFound, "<attributeGroup>", attributeGroup.QualifiedName.ToString(), attributeGroup); 922schemaToUpdate.AttributeGroups.Insert(attributeGroup.QualifiedName, attributeGroup); 1118if (attrGroupRef != null && attrGroupRef.RefName == attributeGroup.QualifiedName)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
1751if (attributeGroup.Redefined != null && attributeGroupRef.RefName == attributeGroup.Redefined.QualifiedName)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (6)
521AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 549AddToTable(schema.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 626if (redefine.AttributeGroups[attributeGroup.QualifiedName] != null) 632AddToTable(redefine.AttributeGroups, attributeGroup.QualifiedName, attributeGroup); 633attributeGroup.Redefined = (XmlSchemaAttributeGroup)redefine.Schema.AttributeGroups[attributeGroup.QualifiedName]; 768if (groupRef != null && groupRef.RefName == attributeGroup.QualifiedName)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
88AddToTable(_attributeGroups, attributeGroup.QualifiedName, attributeGroup); 2090if (attributeGroup.Redefined != null && attributeGroupRef.RefName == attributeGroup.Redefined.QualifiedName) 2338SendValidationEvent(ResXml.Sch_NoDerivedAttribute, attributeBase.QualifiedName.ToString(), baseAttributeGroup.QualifiedName.ToString(), derivedAttributeGroup);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
71return ((XmlSchemaAttributeGroup)o).QualifiedName;