3 references to ToString
System.Runtime.Serialization (3)
System\Xml\ValueHandle.cs (1)
502return XmlConverter.ToString(GetUInt64());
System\Xml\XmlBaseWriter.cs (1)
1158WriteAttributeText(XmlConverter.ToString(value));
System\Xml\XmlConverter.cs (1)
450return ToString((UInt64)value);