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