22 references to Double
System.Private.Xml (22)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
110return _f.Double(value); 675return _f.Sum(_f.Sequence(_f.Double(0d), _f.Loop(i = _f.For(arg), _f.ConvertToNumber(i))));
System\Xml\Xsl\XPath\XPathQilFactory.cs (8)
143XsltMethods.EqualityOperator, T.BooleanX, new QilNode[] { Double(opCode), left, right } 161XsltMethods.RelationalOperator, T.BooleanX, new QilNode[] { Double(opCode), left, right } 227: Loop(i = Let(n), Or(Lt(i, Double(0)), Lt(Double(0), i))) 252n.NodeType == QilNodeType.True ? (QilNode)Double(1) : 253n.NodeType == QilNodeType.False ? (QilNode)Double(0) : 254/*default: */ (QilNode)Conditional(n, Double(1), Double(0))
System\Xml\Xsl\Xslt\Focus.cs (3)
87return _f.Double(1); 93return _f.Double(1); 187_last ??= _f.Let(_f.Double(0));
System\Xml\Xsl\Xslt\QilGenerator.cs (8)
1585return _f.Double(XsltLibrary.InvariantCultureLcid); 1661select2 = _f.Conditional(text, _f.Double(0), _f.ConvertToNumber(select2)); 2070return _f.Double(0); 2081return _f.Double(dblGroupingSize); 2084return _f.Double(0); 2091_f.Conditional(_f.And(_f.Lt(_f.Double(0), i), _f.Lt(i, _f.Double(int.MaxValue))), 2093_f.Double(0)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
668return _f.Double((double)propValue.ValueAsDouble);