2 writes to refName
System.Xml (2)
System\Xml\Schema\XmlSchemaAttribute.cs (2)
84
set {
refName
= (value == null ? XmlQualifiedName.Empty : value); }
201
newAtt.
refName
= this.refName.Clone();
2 references to refName
System.Xml (2)
System\Xml\Schema\XmlSchemaAttribute.cs (2)
83
get { return
refName
; }
201
newAtt.refName = this.
refName
.Clone();