2 writes to Right
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
588
ndCond.
Right
= AnalyzeContent(ndCond.Right);
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
48
set {
Right
= value; }
12 references to Right
System.Data.SqlXml (12)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (1)
76
AnalyzeDefinition(ndCond.
Right
);
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
588
ndCond.Right = AnalyzeContent(ndCond.
Right
);
895
AnalyzeContent((nd as QilTernary).
Right
);
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
3982
return IsConstructedExpression(ndCond.Center) || IsConstructedExpression(ndCond.
Right
);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (6)
822
if (ndCond.
Right
.NodeType == QilNodeType.Sequence && ndCond.
Right
.Count == 0) {
825
NestedVisit(ndCond.
Right
);
834
NestedVisit(ndCond.
Right
);
879
ConditionalBranch(ndCond.
Right
, itemStorageType, locCond);
883
Debug.Assert(!ndCond.Center.XmlType.IsSingleton || !ndCond.
Right
.XmlType.IsSingleton);
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
47
get { return (QilList)
Right
; }
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
361
return XmlQueryTypeFactory.Choice(node.Center.XmlType, node.
Right
.XmlType);