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