7 references to NodeFunctions
System.Xml (7)
System\Xml\XPath\Internal\NodeFunctions.cs (1)
91
NodeFunctions method = new
NodeFunctions
(funcType, Clone(arg));
System\Xml\XPath\Internal\QueryBuilder.cs (6)
223
prevCond = new LogicalExpr(Operator.Op.EQ, new
NodeFunctions
(FT.FuncPosition, null), prevCond);
306
qy = new
NodeFunctions
(root.TypeOfFunction, null);
310
qy = new
NodeFunctions
(root.TypeOfFunction, null);
314
return new
NodeFunctions
(FT.FuncCount,
325
return new
NodeFunctions
(root.TypeOfFunction,
329
return new
NodeFunctions
(root.TypeOfFunction, null);