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