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