10 references to AttributeCtor
System.Data.SqlXml (10)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (5)
443
case QilNodeType.
AttributeCtor
: this.xstates = PossibleXmlStates.WithinAttr; break;
766
if (ndCopy.NodeType == QilNodeType.
AttributeCtor
) {
920
case QilNodeType.
AttributeCtor
:
951
case QilNodeType.
AttributeCtor
:
972
if (nd.NodeType == QilNodeType.
AttributeCtor
&& ns.Length == 0 ||
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
3952
case QilNodeType.
AttributeCtor
:
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4257
case QilNodeType.
AttributeCtor
: return XPathNodeType.Attribute;
System\Xml\Xsl\QIL\QilFactory.cs (1)
787
QilBinary n = new QilBinary(QilNodeType.
AttributeCtor
, left, right);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
129
case QilNodeType.
AttributeCtor
: return CheckAttributeCtor((QilBinary)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
201
case QilNodeType.
AttributeCtor
: return VisitAttributeCtor((QilBinary)n);