2 writes to qualifiedName
System.Xml (2)
System\Xml\Schema\XmlSchemaAttribute.cs (2)
175qualifiedName = value; 203newAtt.qualifiedName = this.qualifiedName.Clone();
2 references to qualifiedName
System.Xml (2)
System\Xml\Schema\XmlSchemaAttribute.cs (2)
123get { return qualifiedName; } 203newAtt.qualifiedName = this.qualifiedName.Clone();