5 references to StrConcat
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
1491
if (local2.NodeType == QilNodeType.
StrConcat
) {
1517
if (local1.NodeType == QilNodeType.
StrConcat
) {
System\Xml\Xsl\QIL\QilFactory.cs (1)
514
QilStrConcat n = new QilStrConcat(QilNodeType.
StrConcat
, delimiter, values);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
89
case QilNodeType.
StrConcat
: return CheckStrConcat((QilStrConcat)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
161
case QilNodeType.
StrConcat
: return VisitStrConcat((QilStrConcat)n);