2 writes to typeName
System.Xml (2)
System\Xml\Schema\XmlSchemaAttribute.cs (2)
94
set {
typeName
= (value == null ? XmlQualifiedName.Empty : value); }
202
newAtt.
typeName
= this.typeName.Clone();
2 references to typeName
System.Xml (2)
System\Xml\Schema\XmlSchemaAttribute.cs (2)
93
get { return
typeName
; }
202
newAtt.typeName = this.
typeName
.Clone();