10 references to AttributeCtor
System.Private.Xml (10)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (5)
490
case QilNodeType.
AttributeCtor
: this.xstates = PossibleXmlStates.WithinAttr; break;
836
if (ndCopy.NodeType == QilNodeType.
AttributeCtor
)
1011
case QilNodeType.
AttributeCtor
:
1045
case QilNodeType.
AttributeCtor
:
1067
if (nd.NodeType == QilNodeType.
AttributeCtor
&& ns.Length == 0 ||
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
5211
case QilNodeType.
AttributeCtor
:
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4600
case QilNodeType.
AttributeCtor
: return XPathNodeType.Attribute;
System\Xml\Xsl\QIL\QilFactory.cs (1)
806
QilBinary n = new QilBinary(QilNodeType.
AttributeCtor
, left, right);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
125
QilNodeType.
AttributeCtor
=> CheckAttributeCtor((QilBinary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
208
QilNodeType.
AttributeCtor
=> VisitAttributeCtor((QilBinary)n),