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