2 writes to _typeName
System.Private.Xml (2)
System\Xml\Serialization\XmlTypeAttribute.cs (2)
32
_typeName
= typeName;
60
set {
_typeName
= value; }
1 reference to _typeName
System.Private.Xml (1)
System\Xml\Serialization\XmlTypeAttribute.cs (1)
59
get { return
_typeName
?? string.Empty; }