10 references to QualifySlotWithBlockAlias
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\CqlGeneration\AliasedSlot.cs (1)
47
/// and returns a new deeply qualified slot (as opposed to <see cref="CqlBlock.
QualifySlotWithBlockAlias
"/>).
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (2)
299
slot = childBlock.
QualifySlotWithBlockAlias
(slotNum);
317
QualifiedSlot childAddedSlot = childBlock.
QualifySlotWithBlockAlias
(i);
System\Data\Mapping\ViewGeneration\Structures\CaseStatementProjectedSlot.cs (1)
46
/// and returns a new deeply qualified slot (as opposed to <see cref="CqlBlock.
QualifySlotWithBlockAlias
"/>).
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (5)
358
additionalChildSlots.Add(Tuple.Create(childBlock.
QualifySlotWithBlockAlias
(qualifiedSlotNumber), childBlock.MemberPath(qualifiedSlotNumber)));
404
var firstSlot = children[0].
QualifySlotWithBlockAlias
(keySlotNum);
405
var secondSlot = child.
QualifySlotWithBlockAlias
(keySlotNum);
493
slot = children[childDefiningSlot].
QualifySlotWithBlockAlias
(slotNum);
587
QualifiedSlot slot = child.
QualifySlotWithBlockAlias
(slotNum);
System\Data\Mapping\ViewGeneration\Structures\ProjectedSlot.cs (1)
64
/// and returns a new deeply qualified slot (as opposed to <see cref="CqlBlock.
QualifySlotWithBlockAlias
"/>).