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