25 references to True
System.Data.Entity (25)
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
324
BoolExpression cQueryWhereClause = BoolExpression.
True
;
335
BoolExpression sQueryWhereClause = BoolExpression.
True
;
System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs (5)
427
g2 = BoolExpression.
True
;
431
g1 = BoolExpression.
True
;
432
g2 = BoolExpression.
True
;
454
BoolExpression conjunct1 = BoolExpression.
True
;
455
BoolExpression conjunct2 = BoolExpression.
True
;
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (2)
66
if (false == BoolExpression.EqualityComparer.Equals(this.WhereClause, BoolExpression.
True
))
86
if (!BoolExpression.EqualityComparer.Equals(this.WhereClause, BoolExpression.
True
))
System\Data\Mapping\ViewGeneration\CqlGeneration\ExtentCqlBlock.cs (2)
69
if (!BoolExpression.EqualityComparer.Equals(this.WhereClause, BoolExpression.
True
))
85
if (!BoolExpression.EqualityComparer.Equals(this.WhereClause, BoolExpression.
True
))
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
36
: base(slotInfos, children, BoolExpression.
True
, identifiers, blockAliasNum)
System\Data\Mapping\ViewGeneration\CqlGeneration\UnionCqlBlock.cs (1)
30
: base(slotInfos, children, BoolExpression.
True
, identifiers, blockAliasNum)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
252
BoolExpression whereClause = startSlotNum == 0 ? m_topLevelWhereClause : BoolExpression.
True
;
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (10)
71
static Tile<FragmentQuery> TrueViewSurrogate = CreateTile(FragmentQuery.Create(BoolExpression.
True
));
156
_topLevelWhereClause = BoolExpression.
True
;
307
domainQueryCondition = BoolExpression.
True
;
343
BoolExpression whenCondition = BoolExpression.
True
;
376
whenCondition = BoolExpression.
True
;
619
caseStatement.AddWhenThen(BoolExpression.
True
, new ConstantProjectedSlot(defaultValue, currentPath));
636
BoolExpression topLevelWhereClause = BoolExpression.
True
;
666
EnsureConfigurationIsFullyMapped(_extentPath, BoolExpression.
True
, outputUsedViews, _errorLog);
791
caseStmt.AddWhenThen(BoolExpression.
True
, new ConstantProjectedSlot(typeConstant, memberPath));
1214
return BoolExpression.
True
;
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
734
m_boolExprs[cellNum] = BoolExpression.
True
;