2 references to SubstringBefore
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
505case FuncId.SubstringBefore : return f.InvokeSubstringBefore(args[0], args[1]); 701table.Add("substring-before" , new FunctionInfo(FuncId.SubstringBefore, 2, 2, argString2));