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