1 write to Center
System.Private.Xml (1)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
637
ndCond.
Center
= AnalyzeContent(ndCond.Center);
10 references to Center
System.Private.Xml (10)
System\Xml\Xsl\IlGen\TailCallAnalyzer.cs (1)
80
AnalyzeDefinition(ndCond.
Center
);
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
637
ndCond.Center = AnalyzeContent(ndCond.
Center
);
985
AnalyzeContent((nd as QilTernary)!.
Center
);
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
5242
return IsConstructedExpression(ndCond.
Center
) || IsConstructedExpression(ndCond.Right);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
879
NestedVisit(ndCond.
Center
);
934
ConditionalBranch(ndCond.
Center
, itemStorageType, locCond);
949
Debug.Assert(!ndCond.
Center
.XmlType!.IsSingleton || !ndCond.Right.XmlType!.IsSingleton);
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (2)
41
get { return (MethodInfo)((QilLiteral)
Center
).Value!; }
42
set { ((QilLiteral)
Center
).Value = value; }
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
390
return XmlQueryTypeFactory.Choice(node.
Center
.XmlType!, node.Right.XmlType!);