3 references to StringLength
System.Private.Xml (3)
System\Xml\Xsl\XPath\XPathBuilder.cs (2)
591
case FuncId.
StringLength
:
805
table.Add("string-length", new FunctionInfo(FuncId.
StringLength
, 0, 1, argString));
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1086
funcId == XPathBuilder.FuncId.
StringLength
||