6 references to SetQualifiedName
System.Xml (6)
System\Xml\Schema\Preprocessor.cs (3)
1068
element.
SetQualifiedName
(new XmlQualifiedName(element.Name, this.targetNamespace));
1111
element.
SetQualifiedName
(new XmlQualifiedName(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && this.elementFormDefault == XmlSchemaForm.Qualified))? this.targetNamespace : null));
1135
element.
SetQualifiedName
(element.RefName);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
758
element.
SetQualifiedName
(new XmlQualifiedName(element.Name, this.targetNamespace));
801
element.
SetQualifiedName
(new XmlQualifiedName(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && this.elementFormDefault == XmlSchemaForm.Qualified))? this.targetNamespace : null));
825
element.
SetQualifiedName
(element.RefName);