4 references to ToString
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
499return XmlConverter.ToString(GetInt64());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1250WriteAttributeText(XmlConverter.ToString(value));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (2)
244throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(XmlExceptionHelper.CreateConversionException(ToString(value), "DateTime", exception)); 441return ToString((Int64)value);