5 references to GetDouble
System.Private.Xml (5)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
3706return new decimal(GetDouble(_tokDataPos)); 3754return GetDouble(_tokDataPos); 3946return XmlConvert.ToString(GetDouble(_tokDataPos)); 4083return GetDouble(_tokDataPos); 4272double v = GetDouble(_tokDataPos);