2 writes to typeName
System.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
167
set {
typeName
= (value == null ? XmlQualifiedName.Empty : value); }
325
newElem.
typeName
= this.typeName.Clone();
2 references to typeName
System.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
166
get { return
typeName
; }
325
newElem.typeName = this.
typeName
.Clone();