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