2 writes to qualifiedName
System.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
263qualifiedName = value; 326newElem.qualifiedName = this.qualifiedName.Clone();
3 references to qualifiedName
System.Xml (3)
System\Xml\Schema\XmlSchemaElement.cs (3)
203get { return qualifiedName; } 310return qualifiedName.ToString(); 326newElem.qualifiedName = this.qualifiedName.Clone();