3 references to FuncSubstringAfter
System.Private.Xml (3)
System\Xml\XPath\Internal\QueryBuilder.cs (1)
389case FT.FuncSubstringAfter:
System\Xml\XPath\Internal\StringFunctions.cs (1)
55Function.FunctionType.FuncSubstringAfter => SubstringAfter(nodeIterator),
System\Xml\XPath\Internal\XPathParser.cs (1)
827table.Add("substring-after", new ParamInfo(Function.FunctionType.FuncSubstringAfter, 2, 2, s_temparray5));