2 writes to Right
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
642
ndCond.
Right
= AnalyzeContent(ndCond.Right);
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
48
set {
Right
= value; }
12 references to Right
System.Private.Xml (12)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (1)
81
AnalyzeDefinition(ndCond.
Right
);
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
642
ndCond.Right = AnalyzeContent(ndCond.
Right
);
986
AnalyzeContent((nd as QilTernary)!.
Right
);
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
5242
return IsConstructedExpression(ndCond.Center) || IsConstructedExpression(ndCond.
Right
);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (6)
882
if (ndCond.
Right
.NodeType == QilNodeType.Sequence && ndCond.
Right
.Count == 0)
886
NestedVisit(ndCond.
Right
);
896
NestedVisit(ndCond.
Right
);
944
ConditionalBranch(ndCond.
Right
, itemStorageType, locCond);
949
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)
390
return XmlQueryTypeFactory.Choice(node.Center.XmlType!, node.
Right
.XmlType!);