7 instantiations of NodeFunctions
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (1)
107
NodeFunctions method = new
NodeFunctions
(_funcType, Clone(_arg));
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (6)
263
prevCond = new LogicalExpr(Operator.Op.EQ, new
NodeFunctions
(FT.FuncPosition, null), prevCond);
361
qy = new
NodeFunctions
(root.TypeOfFunction, null);
365
qy = new
NodeFunctions
(root.TypeOfFunction, null);
369
return new
NodeFunctions
(FT.FuncCount,
381
return new
NodeFunctions
(root.TypeOfFunction,
387
return new
NodeFunctions
(root.TypeOfFunction, null);
1 reference to NodeFunctions
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (1)
107
NodeFunctions
method = new NodeFunctions(_funcType, Clone(_arg));