4 references to ToDouble
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
366return XmlConverter.ToDouble(GetString());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1556return XmlConverter.ToDouble(ReadContentAsString());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (1)
208return ToDouble(ToString(buffer, offset, count));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
684value = XmlConverter.ToDouble(string.Empty);