2 references to StartsWith
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
503
case FuncId.
StartsWith
: return f.InvokeStartsWith(args[0], args[1]);
699
table.Add("starts-with" , new FunctionInfo(FuncId.
StartsWith
, 2, 2, argString2));