2 overrides of VisitStrLength
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
1385protected override QilNode VisitStrLength(QilUnary ndLen) {
System\Xml\Xsl\QIL\QilPatternVisitor.cs (1)
183protected override QilNode VisitStrLength(QilUnary n) { return NoReplace(n); }
1 reference to VisitStrLength
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilVisitor.cs (1)
160case QilNodeType.StrLength: return VisitStrLength((QilUnary)n);