2 references to Contains
System.Private.Xml (2)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
586
case FuncId.
Contains
: return _f.InvokeContains(args[0], args[1]);
801
table.Add("contains", new FunctionInfo(FuncId.
Contains
, 2, 2, argString2));