2 writes to _qualifiedName
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaAttribute.cs (2)
145
_qualifiedName
= value;
178
newAtt.
_qualifiedName
= _qualifiedName.Clone();
2 references to _qualifiedName
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaAttribute.cs (2)
90
get { return
_qualifiedName
; }
178
newAtt._qualifiedName =
_qualifiedName
.Clone();