10 references to OutputMember
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (3)
51
Debug.Assert(m_caseSlotInfo.
OutputMember
!= null, "We only construct member slots, not boolean slots.");
52
builder.Append("-- Constructing ").Append(m_caseSlotInfo.
OutputMember
.LeafName);
78
Debug.Assert(m_caseSlotInfo.
OutputMember
!= null, "We only construct real slots not boolean slots");
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs (1)
132
return m_slots[slotNum].
OutputMember
;
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (6)
283
childSlots[index] = new SlotInfo(true /* is required */, true /* is projected */, slotInfo.SlotValue, slotInfo.
OutputMember
);
288
new ConstantProjectedSlot(Constant.Null, slotInfo.
OutputMember
), slotInfo.
OutputMember
);
310
slotInfos[slotNum] = new SlotInfo(isRequired, isRequired, slotInfo.SlotValue, slotInfo.
OutputMember
);
316
slotInfos[slotNum] = new SlotInfo(true, true, aslot.SlotValue, aslot.
OutputMember
);
406
var outputMember = slotInfos[keySlotNum].
OutputMember
;