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