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