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