18 references to QualifiedName
System.Xml (18)
System\Xml\Schema\BaseProcessor.cs (1)
157
table.Insert(group.
QualifiedName
, group); //Update with redefined entry
System\Xml\Schema\Preprocessor.cs (9)
667
AddToTable(schema.Groups, group.
QualifiedName
, group);
698
AddToTable(schema.Groups, group.
QualifiedName
, group);
739
group.
QualifiedName
.SetNamespace(targetNS); //Since PreprocessGroup will use this.targetNamespace and that will be that of the root schema's
740
if (redefine.Groups[group.
QualifiedName
] != null) {
744
AddToTable(redefine.Groups, group.
QualifiedName
, group);
745
XmlSchemaGroup originalGroup = (XmlSchemaGroup)schemaToUpdate.Groups[group.
QualifiedName
];
748
SendValidationEvent(Res.Sch_ComponentRedefineNotFound, "<group>", group.
QualifiedName
.ToString(), group);
752
schemaToUpdate.Groups.Insert(group.
QualifiedName
, group);
916
count = CountGroupSelfReference(group.Particle.Items, group.
QualifiedName
, group.Redefined);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
423
AddToTable(schema.Groups, group.
QualifiedName
, group);
469
AddToTable(schema.Groups, group.
QualifiedName
, group);
494
if (redefine.Groups[group.
QualifiedName
] != null) {
498
AddToTable(redefine.Groups, group.
QualifiedName
, group);
499
group.Redefined = (XmlSchemaGroup)redefine.Schema.Groups[group.
QualifiedName
];
610
count = CountGroupSelfReference(group.Particle.Items, group.
QualifiedName
);
System\Xml\Schema\SchemaSetCompiler.cs (1)
69
AddToTable(groups, group.
QualifiedName
, group);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
74
return ((XmlSchemaGroup)o).
QualifiedName
;