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