3 references to FuncRound
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs (1)
57case FT.FuncRound: return Round(nodeIterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
404case FT.FuncRound:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
854table.Add("round", new ParamInfo(Function.FunctionType.FuncRound, 1, 1, s_temparray9));