3 references to FuncSubstringBefore
System.Private.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
388
case FT.
FuncSubstringBefore
:
System\Xml\XPath\Internal\StringFunctions.cs (1)
54
Function.FunctionType.
FuncSubstringBefore
=> SubstringBefore(nodeIterator),
System\Xml\XPath\Internal\XPathParser.cs (1)
826
table.Add("substring-before", new ParamInfo(Function.FunctionType.
FuncSubstringBefore
, 2, 2, s_temparray5));