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