5 references to RtfCtor
System.Private.Xml (5)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
479
if (ndConstr.NodeType != QilNodeType.
RtfCtor
)
499
case QilNodeType.
RtfCtor
: this.xstates = PossibleXmlStates.WithinContent; break;
System\Xml\Xsl\QIL\QilFactory.cs (1)
862
QilBinary n = new QilBinary(QilNodeType.
RtfCtor
, left, right);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
132
QilNodeType.
RtfCtor
=> CheckRtfCtor((QilBinary)n),
System\Xml\Xsl\QIL\QilVisitor.cs (1)
215
QilNodeType.
RtfCtor
=> VisitRtfCtor((QilBinary)n),