4 references to FuncContains
System.Private.Xml (4)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
387case FT.FuncContains:
System\Xml\XPath\Internal\StringFunctions.cs (2)
53Function.FunctionType.FuncContains => Contains(nodeIterator), 109_funcType == Function.FunctionType.FuncContains
System\Xml\XPath\Internal\XPathParser.cs (1)
825table.Add("contains", new ParamInfo(Function.FunctionType.FuncContains, 2, 2, s_temparray5));