3 references to FuncTranslate
System.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
340case FT.FuncTranslate:
System\Xml\XPath\Internal\StringFunctions.cs (1)
54case Function.FunctionType.FuncTranslate : return Translate(nodeIterator);
System\Xml\XPath\Internal\XPathParser.cs (1)
728table.Add("translate" , new ParamInfo(Function.FunctionType.FuncTranslate , 3, 3, temparray7));