3 references to FuncTranslate
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
398case FT.FuncTranslate:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (1)
61case Function.FunctionType.FuncTranslate: return Translate(nodeIterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
844table.Add("translate", new ParamInfo(Function.FunctionType.FuncTranslate, 3, 3, s_temparray7));