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