3 references to ToString
System.Private.DataContractSerialization (3)
System\Xml\ValueHandle.cs (1)
490return XmlConverter.ToString(GetUInt64());
System\Xml\XmlBaseWriter.cs (1)
1284WriteAttributeText(XmlConverter.ToString(value));
System\Xml\XmlConverter.cs (1)
421return ToString((ulong)value);