1 write to Left
System.Private.Xml (1)
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
36
set {
Left
= value; }
6 references to Left
System.Private.Xml (6)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
876
NestedVisitWithBranch(ndCond.
Left
, BranchingContext.OnFalse, lblFalse);
912
Debug.Assert(ndCond.
Left
.XmlType!.TypeCode == XmlTypeCode.Boolean);
918
NestedVisitWithBranch(ndCond.
Left
, BranchingContext.OnFalse, lblFalse);
926
NestedVisitEnsureLocal(ndCond.
Left
, locBool);
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
35
get { return (QilName)
Left
; }
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
389
CheckXmlType(node.
Left
, XmlQueryTypeFactory.BooleanX);