2 writes to typeName
System.Xml (2)
System\Xml\Serialization\XmlTypeAttribute.cs (2)
35this.typeName = typeName; 62set { typeName = value; }
2 references to typeName
System.Xml (2)
System\Xml\Serialization\XmlTypeAttribute.cs (2)
61get { return typeName == null ? string.Empty : typeName; }