4 references to NumberFunctions
System.Private.Xml (4)
System\Xml\XPath\Internal\NumericExpr.cs (2)
27
opnd1 = new
NumberFunctions
(Function.FunctionType.FuncNumber, opnd1);
31
opnd2 = new
NumberFunctions
(Function.FunctionType.FuncNumber, opnd2);
System\Xml\XPath\Internal\QueryBuilder.cs (2)
402
return new
NumberFunctions
(root.TypeOfFunction,
408
return new
NumberFunctions
(Function.FunctionType.FuncNumber, null);