7 instantiations of NodeFunctions
System.Private.Xml (7)
System\Xml\XPath\Internal\NodeFunctions.cs (1)
100
NodeFunctions method = new
NodeFunctions
(_funcType, Clone(_arg));
System\Xml\XPath\Internal\QueryBuilder.cs (6)
261
prevCond = new LogicalExpr(Operator.Op.EQ, new
NodeFunctions
(FT.FuncPosition, null), prevCond);
356
qy = new
NodeFunctions
(root.TypeOfFunction, null);
360
qy = new
NodeFunctions
(root.TypeOfFunction, null);
364
return new
NodeFunctions
(FT.FuncCount,
376
return new
NodeFunctions
(root.TypeOfFunction,
382
return new
NodeFunctions
(root.TypeOfFunction, null);
1 reference to NodeFunctions
System.Private.Xml (1)
System\Xml\XPath\Internal\NodeFunctions.cs (1)
100
NodeFunctions
method = new NodeFunctions(_funcType, Clone(_arg));