4 references to FuncStartsWith
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
391case FT.FuncStartsWith:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (2)
54case Function.FunctionType.FuncStartsWith: return StartsWith(nodeIterator); 110_funcType == Function.FunctionType.FuncStartsWith ||
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
837table.Add("starts-with", new ParamInfo(Function.FunctionType.FuncStartsWith, 2, 2, s_temparray5));