5 references to GetDouble
System.Private.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
3703return new decimal(GetDouble(_tokDataPos)); 3751return GetDouble(_tokDataPos); 3943return XmlConvert.ToString(GetDouble(_tokDataPos)); 4080return GetDouble(_tokDataPos); 4269double v = GetDouble(_tokDataPos);