13 references to Length
System.Data.SqlXml (13)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (10)
1375
if (local1.NodeType == QilNodeType.
Length
) {
1389
if (local1.NodeType == QilNodeType.
Length
) {
1546
if (local1.NodeType == QilNodeType.
Length
) {
1567
if (local1.NodeType == QilNodeType.
Length
) {
1588
if (local1.NodeType == QilNodeType.
Length
) {
1657
if (local1.NodeType == QilNodeType.
Length
) {
1671
if (local1.NodeType == QilNodeType.
Length
) {
1740
if (local1.NodeType == QilNodeType.
Length
) {
1809
if (local1.NodeType == QilNodeType.
Length
) {
1878
if (local1.NodeType == QilNodeType.
Length
) {
System\Xml\Xsl\QIL\QilFactory.cs (1)
390
QilUnary n = new QilUnary(QilNodeType.
Length
, child);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
71
case QilNodeType.
Length
: return CheckLength((QilUnary)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
143
case QilNodeType.
Length
: return VisitLength((QilUnary)n);