5 references to IsBoolSlot
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
114
if (
IsBoolSlot
(slot))
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (4)
246
if (
IsBoolSlot
(slotNum))
467
Debug.Assert(false ==
IsBoolSlot
(slotNum), "Boolean slots cannot come from two children");
499
if (
IsBoolSlot
(slotNum))
513
bool enforceNotNull =
IsBoolSlot
(slotNum) &&