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)
299slot = childBlock.QualifySlotWithBlockAlias(slotNum); 317QualifiedSlot 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)
358additionalChildSlots.Add(Tuple.Create(childBlock.QualifySlotWithBlockAlias(qualifiedSlotNumber), childBlock.MemberPath(qualifiedSlotNumber))); 404var firstSlot = children[0].QualifySlotWithBlockAlias(keySlotNum); 405var secondSlot = child.QualifySlotWithBlockAlias(keySlotNum); 493slot = children[childDefiningSlot].QualifySlotWithBlockAlias(slotNum); 587QualifiedSlot 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"/>).