5 references to ToUInt64
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\EnumDataContract.cs (1)
462return (long)XmlConverter.ToUInt64(value);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
501return XmlConverter.ToUInt64(str);
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
320return XmlConverter.ToUInt64(GetString());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1643return XmlConverter.ToUInt64(ReadContentAsString());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (1)
365return ToUInt64(ToString(buffer, offset, count));