1 write to _dataType
System.Private.Xml (1)
System\Xml\Serialization\XmlAttributeAttribute.cs (1)
89set { _dataType = value; }
1 reference to _dataType
System.Private.Xml (1)
System\Xml\Serialization\XmlAttributeAttribute.cs (1)
88get { return _dataType ?? string.Empty; }