10 references to SetQualifiedName
System.Private.Xml (10)
System\Xml\Schema\Preprocessor.cs (3)
1152
attribute.
SetQualifiedName
(new XmlQualifiedName(attribute.Name, _targetNamespace));
1176
attribute.
SetQualifiedName
(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
1198
attribute.
SetQualifiedName
(attribute.RefName);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
826
attribute.
SetQualifiedName
(new XmlQualifiedName(attribute.Name, _targetNamespace));
850
attribute.
SetQualifiedName
(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
872
attribute.
SetQualifiedName
(attribute.RefName);
System\Xml\Schema\XmlSchemaValidator.cs (4)
2478
tempXsiTypeSO.
SetQualifiedName
(new XmlQualifiedName("type", XmlReservedNs.NsXsi));
2486
tempxsiNilSO.
SetQualifiedName
(new XmlQualifiedName("nil", XmlReservedNs.NsXsi));
2495
tempxsiSLSO.
SetQualifiedName
(new XmlQualifiedName("schemaLocation", XmlReservedNs.NsXsi));
2504
tempxsiNoNsSLSO.
SetQualifiedName
(new XmlQualifiedName("noNamespaceSchemaLocation", XmlReservedNs.NsXsi));