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