2 references to IsBoolSlot
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs (1)
192return ProjectedSlotMap.IsBoolSlot(slotNum, NumBoolSlots);
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (1)
132MemberPath result = this.IsBoolSlot(slotNum, numBoolSlots) ? null : this[slotNum];