1 write to Left
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
38set { Left = value; }
6 references to Left
System.Data.SqlXml (6)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
816NestedVisitWithBranch(ndCond.Left, BranchingContext.OnFalse, lblFalse); 849Debug.Assert(ndCond.Left.XmlType.TypeCode == XmlTypeCode.Boolean); 854NestedVisitWithBranch(ndCond.Left, BranchingContext.OnFalse, lblFalse); 861NestedVisitEnsureLocal(ndCond.Left, locBool);
System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs (1)
37get { return (QilName) Left; }
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
360CheckXmlType(node.Left, XmlQueryTypeFactory.BooleanX);