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