5 references to CellIdBoolean
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\CqlGeneration\BooleanProjectedSlot.cs (1)
32m_originalCell = new CellIdBoolean(identifiers, originalCellNum);
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (2)
752literalRemap[new CellIdBoolean(_identifiers, oldNumber)] = new CellIdBoolean(_identifiers, newNumber);
System\Data\Mapping\ViewGeneration\Structures\QualifiedCellIdBoolean.cs (1)
28: base(identifiers, originalCellNum)
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (1)
309BoolExpression fromVariable = BoolExpression.CreateLiteral(new CellIdBoolean(m_identifiers, extentCellsList[i].CellNumber), m_memberMaps.LeftDomainMap);