16 references to True
System.Private.Xml (16)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (13)
611
return Replace(XmlILOptimization.EliminateNot, local0, VisitTrue(f.
True
()));
2525
return Replace(XmlILOptimization.EliminateIs, local0, VisitTrue(f.
True
()));
4585
return Replace(XmlILOptimization.EliminateIsType, local0, VisitTrue(f.
True
()));
4636
return Replace(XmlILOptimization.EliminateIsType, local0, VisitLoop(f.Loop(VisitLet(f.Let(local1)), VisitTrue(f.
True
()))));
4686
return Replace(XmlILOptimization.EliminateIsEmpty, local0, VisitTrue(f.
True
()));
5414
return value.ValueAsBoolean ? this.f.
True
() : this.f.False();
5442
return (opType == QilNodeType.Ne) ? f.
True
() : f.False();
5446
return litLeft.Equals(litRight) ? f.
True
() : f.False();
5449
return litLeft.Equals(litRight) ? f.False() : f.
True
();
5463
case QilNodeType.Gt: return cmp > 0 ? f.
True
() : f.False();
5464
case QilNodeType.Ge: return cmp >= 0 ? f.
True
() : f.False();
5465
case QilNodeType.Lt: return cmp < 0 ? f.
True
() : f.False();
5466
case QilNodeType.Le: return cmp <= 0 ? f.
True
() : f.False();
System\Xml\Xsl\QIL\QilExpression.cs (1)
114
set { _isDebug = value ? _factory.
True
() : _factory.False(); }
System\Xml\Xsl\QIL\QilPatternFactory.cs (2)
207
return _f.
True
();
287
return _f.
True
();