7 references to SetQualifiedName
System.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (1)
166
simpleType.
SetQualifiedName
(qname);
System\Xml\Schema\Preprocessor.cs (2)
1259
simpleType.
SetQualifiedName
(new XmlQualifiedName(simpleType.Name, this.targetNamespace));
1369
complexType.
SetQualifiedName
(new XmlQualifiedName(complexType.Name, this.targetNamespace));
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
947
simpleType.
SetQualifiedName
(new XmlQualifiedName(simpleType.Name, this.targetNamespace));
1055
complexType.
SetQualifiedName
(new XmlQualifiedName(complexType.Name, this.targetNamespace));
System\Xml\Schema\XmlSchemaComplexType.cs (2)
49
untypedAnyType.
SetQualifiedName
(new XmlQualifiedName("untypedAny", XmlReservedNs.NsXQueryDataType));
62
localAnyType.
SetQualifiedName
(DatatypeImplementation.QnAnyType);