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