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