2 writes to refName
System.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
147
set {
refName
= (value == null ? XmlQualifiedName.Empty : value); }
323
newElem.
refName
= this.refName.Clone();
2 references to refName
System.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
146
get { return
refName
; }
323
newElem.refName = this.
refName
.Clone();