4 references to FuncContains
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
392case FT.FuncContains:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (2)
55case Function.FunctionType.FuncContains: return Contains(nodeIterator); 111_funcType == Function.FunctionType.FuncContains
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
838table.Add("contains", new ParamInfo(Function.FunctionType.FuncContains, 2, 2, s_temparray5));