3 references to FuncSubstringAfter
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
394case FT.FuncSubstringAfter:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (1)
57case Function.FunctionType.FuncSubstringAfter: return SubstringAfter(nodeIterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
840table.Add("substring-after", new ParamInfo(Function.FunctionType.FuncSubstringAfter, 2, 2, s_temparray5));