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