2 references to SubstringAfter
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
588case FuncId.SubstringAfter: return _f.InvokeSubstringAfter(args[0], args[1]); 803table.Add("substring-after", new FunctionInfo(FuncId.SubstringAfter, 2, 2, argString2));