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