4 references to ToString
System.Runtime.Serialization (4)
System\Xml\ValueHandle.cs (1)
500return XmlConverter.ToString(GetInt64());
System\Xml\XmlBaseWriter.cs (1)
1141WriteAttributeText(XmlConverter.ToString(value));
System\Xml\XmlConverter.cs (2)
239throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.CreateConversionException(ToString(value), "DateTime", exception)); 436return ToString((Int64)value);