4 references to FuncStartsWith
System.Private.Xml (4)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
386case FT.FuncStartsWith:
System\Xml\XPath\Internal\StringFunctions.cs (2)
52Function.FunctionType.FuncStartsWith => StartsWith(nodeIterator), 108_funcType == Function.FunctionType.FuncStartsWith ||
System\Xml\XPath\Internal\XPathParser.cs (1)
824table.Add("starts-with", new ParamInfo(Function.FunctionType.FuncStartsWith, 2, 2, s_temparray5));