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