5 references to RtfCtor
System.Data.SqlXml (5)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
433
if (ndConstr.NodeType != QilNodeType.
RtfCtor
)
452
case QilNodeType.
RtfCtor
: this.xstates = PossibleXmlStates.WithinContent; break;
System\Xml\Xsl\QIL\QilFactory.cs (1)
836
QilBinary n = new QilBinary(QilNodeType.
RtfCtor
, left, right);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
136
case QilNodeType.
RtfCtor
: return CheckRtfCtor((QilBinary)n);
System\Xml\Xsl\QIL\QilVisitor.cs (1)
208
case QilNodeType.
RtfCtor
: return VisitRtfCtor((QilBinary)n);