4 instantiations of BooleanProjectedSlot
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (2)
165
boolSlot = new
BooleanProjectedSlot
(expr, identifiers, boolNum);
169
boolSlot = new
BooleanProjectedSlot
(BoolExpression.False, identifiers, boolNum);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (2)
249
new
BooleanProjectedSlot
(BoolExpression.False, identifiers, SlotToBoolIndex(slotNum)), null /* member path*/);
501
slot = new
BooleanProjectedSlot
(BoolExpression.False, identifiers, SlotToBoolIndex(slotNum));
2 references to BooleanProjectedSlot
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\CqlGeneration\SlotInfo.cs (1)
52
(m_slotValue is
BooleanProjectedSlot
) == (m_outputMember == null),
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
162
BooleanProjectedSlot
boolSlot;