2 references to StartsWith
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
585
case FuncId.
StartsWith
: return _f.InvokeStartsWith(args[0], args[1]);
800
table.Add("starts-with", new FunctionInfo(FuncId.
StartsWith
, 2, 2, argString2));