3 references to StrLength
System.Private.Xml (3)
System\Xml\Xsl\QIL\QilFactory.cs (1)
500QilUnary n = new QilUnary(QilNodeType.StrLength, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
84QilNodeType.StrLength => CheckStrLength((QilUnary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
167QilNodeType.StrLength => VisitStrLength((QilUnary)n),