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