3 references to FuncTranslate
System.Private.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
393case FT.FuncTranslate:
System\Xml\XPath\Internal\StringFunctions.cs (1)
59Function.FunctionType.FuncTranslate => Translate(nodeIterator),
System\Xml\XPath\Internal\XPathParser.cs (1)
831table.Add("translate", new ParamInfo(Function.FunctionType.FuncTranslate, 3, 3, s_temparray7));