7 references to FuncNumber
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs (1)
53
case FT.
FuncNumber
: return Number(nodeIterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumericExpr.cs (2)
30
opnd1 = new NumberFunctions(Function.FunctionType.
FuncNumber
, opnd1);
34
opnd2 = new NumberFunctions(Function.FunctionType.
FuncNumber
, opnd2);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
400
case FT.
FuncNumber
:
413
return new NumberFunctions(Function.FunctionType.
FuncNumber
, null);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (2)
587
arg = new Function(Function.FunctionType.
FuncNumber
, arg);
850
table.Add("number", new ParamInfo(Function.FunctionType.
FuncNumber
, 0, 1, s_temparray3));