3 references to FuncSubstringBefore
System.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
335case FT.FuncSubstringBefore:
System\Xml\XPath\Internal\StringFunctions.cs (1)
49case Function.FunctionType.FuncSubstringBefore : return SubstringBefore(nodeIterator);
System\Xml\XPath\Internal\XPathParser.cs (1)
723table.Add("substring-before" , new ParamInfo(Function.FunctionType.FuncSubstringBefore, 2, 2, temparray5));