1 write to dataType
System.Xml (1)
System\Xml\Serialization\XmlTextAttribute.cs (1)
51set { dataType = value; }
2 references to dataType
System.Xml (2)
System\Xml\Serialization\XmlTextAttribute.cs (2)
50get { return dataType == null ? string.Empty : dataType; }