19 references to False
System.Data.SqlXml (19)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (15)
491
return Replace(XmlILOptimization.EliminateNot, local0, VisitFalse(f.
False
()));
1946
return Replace(XmlILOptimization.EliminateAfter, local0, VisitFalse(f.
False
()));
1976
return Replace(XmlILOptimization.EliminateBefore, local0, VisitFalse(f.
False
()));
3459
return Replace(XmlILOptimization.EliminateIsType, local0, VisitFalse(f.
False
()));
3496
return Replace(XmlILOptimization.EliminateIsType, local0, VisitLoop(f.Loop(VisitLet(f.Let(local1)), VisitFalse(f.
False
()))));
3529
return Replace(XmlILOptimization.EliminateIsEmpty, local0, VisitFalse(f.
False
()));
3537
return Replace(XmlILOptimization.EliminateIsEmpty, local0, VisitLoop(f.Loop(VisitLet(f.Let(local1)), VisitFalse(f.
False
()))));
4137
return value.ValueAsBoolean ? this.f.True() : this.f.
False
();
4163
return (opType == QilNodeType.Ne) ? f.True() : f.
False
();
4167
return litLeft.Equals(litRight) ? f.True() : f.
False
();
4170
return litLeft.Equals(litRight) ? f.
False
() : f.True();
4181
case QilNodeType.Gt: return cmp > 0 ? f.True() : f.
False
();
4182
case QilNodeType.Ge: return cmp >= 0 ? f.True() : f.
False
();
4183
case QilNodeType.Lt: return cmp < 0 ? f.True() : f.
False
();
4184
case QilNodeType.Le: return cmp <= 0 ? f.True() : f.
False
();
System\Xml\Xsl\QIL\QilExpression.cs (2)
49
this.isDebug = factory.
False
();
119
set { this.isDebug = value ? this.factory.True() : this.factory.
False
(); }
System\Xml\Xsl\QIL\QilPatternFactory.cs (2)
206
return f.
False
();
268
return f.
False
();