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