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