2 references to SubstringBefore
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
587case FuncId.SubstringBefore: return _f.InvokeSubstringBefore(args[0], args[1]); 802table.Add("substring-before", new FunctionInfo(FuncId.SubstringBefore, 2, 2, argString2));