1 write to Center
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
583ndCond.Center = AnalyzeContent(ndCond.Center);
10 references to Center
System.Data.SqlXml (10)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (1)
75AnalyzeDefinition(ndCond.Center);
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
583ndCond.Center = AnalyzeContent(ndCond.Center); 894AnalyzeContent((nd as QilTernary).Center);
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
3982return IsConstructedExpression(ndCond.Center) || IsConstructedExpression(ndCond.Right);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
819NestedVisit(ndCond.Center); 869ConditionalBranch(ndCond.Center, itemStorageType, locCond); 883Debug.Assert(!ndCond.Center.XmlType.IsSingleton || !ndCond.Right.XmlType.IsSingleton);
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (2)
42get { return (MethodInfo) ((QilLiteral) Center).Value; } 43set { ((QilLiteral) Center).Value = value; }
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
361return XmlQueryTypeFactory.Choice(node.Center.XmlType, node.Right.XmlType);