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