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