3 references to SlotValue
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
282ProjectedSlot slot = childBlock.SlotValue(slotNum);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (2)
537ProjectedSlot slot = child.SlotValue(slotNum); 567ProjectedSlot childSlot = child.SlotValue(slotNum);