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