10 references to SetQualifiedName
System.Xml (10)
System\Xml\Schema\Preprocessor.cs (3)
979
attribute.
SetQualifiedName
(new XmlQualifiedName(attribute.Name, this.targetNamespace));
998
attribute.
SetQualifiedName
(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && this.attributeFormDefault == XmlSchemaForm.Qualified)) ? this.targetNamespace : null));
1016
attribute.
SetQualifiedName
(attribute.RefName);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
671
attribute.
SetQualifiedName
(new XmlQualifiedName(attribute.Name, this.targetNamespace));
690
attribute.
SetQualifiedName
(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && this.attributeFormDefault == XmlSchemaForm.Qualified)) ? this.targetNamespace : null));
708
attribute.
SetQualifiedName
(attribute.RefName);
System\Xml\Schema\XmlSchemaValidator.cs (4)
2072
tempXsiTypeSO.
SetQualifiedName
(new XmlQualifiedName("type", XmlReservedNs.NsXsi));
2079
tempxsiNilSO.
SetQualifiedName
(new XmlQualifiedName("nil", XmlReservedNs.NsXsi));
2087
tempxsiSLSO.
SetQualifiedName
(new XmlQualifiedName("schemaLocation", XmlReservedNs.NsXsi));
2095
tempxsiNoNsSLSO.
SetQualifiedName
(new XmlQualifiedName("noNamespaceSchemaLocation", XmlReservedNs.NsXsi));