3 references to FuncCeiling
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs (1)
56
case FT.
FuncCeiling
: return Ceiling(nodeIterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
403
case FT.
FuncCeiling
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
853
table.Add("ceiling", new ParamInfo(Function.FunctionType.
FuncCeiling
, 1, 1, s_temparray9));