2 references to Contains
System.Data.SqlXml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
504
case FuncId.
Contains
: return f.InvokeContains(args[0], args[1]);
700
table.Add("contains" , new FunctionInfo(FuncId.
Contains
, 2, 2, argString2));