16 references to True
System.Data.SqlXml (16)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (13)
499
return Replace(XmlILOptimization.EliminateNot, local0, VisitTrue(f.
True
()));
1916
return Replace(XmlILOptimization.EliminateIs, local0, VisitTrue(f.
True
()));
3446
return Replace(XmlILOptimization.EliminateIsType, local0, VisitTrue(f.
True
()));
3483
return Replace(XmlILOptimization.EliminateIsType, local0, VisitLoop(f.Loop(VisitLet(f.Let(local1)), VisitTrue(f.
True
()))));
3520
return Replace(XmlILOptimization.EliminateIsEmpty, local0, VisitTrue(f.
True
()));
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 (1)
119
set { this.isDebug = value ? this.factory.
True
() : this.factory.False(); }
System\Xml\Xsl\QIL\QilPatternFactory.cs (2)
202
return f.
True
();
270
return f.
True
();