5 references to GetDouble
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (5)
3730return new Decimal(GetDouble(_tokDataPos)); 3778return GetDouble(_tokDataPos); 3977return XmlConvert.ToString(GetDouble(_tokDataPos)); 4114return GetDouble(_tokDataPos); 4303Double v = GetDouble(_tokDataPos);