3 instantiations of CaseStatementProjectedSlot
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
292slot = new CaseStatementProjectedSlot(newCaseStatement, withRelationships);
System\Data\Mapping\ViewGeneration\Structures\CaseStatementProjectedSlot.cs (1)
51return new CaseStatementProjectedSlot(newStatement, null);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
489slot = new CaseStatementProjectedSlot(caseForOuterJoins, null);
3 references to CaseStatementProjectedSlot
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CqlGeneration\AliasedSlot.cs (1)
46/// If current slot is composite (such as <see cref="CaseStatementProjectedSlot"/>, then this method recursively qualifies all parts
System\Data\Mapping\ViewGeneration\Structures\CaseStatementProjectedSlot.cs (1)
45/// If current slot is composite (such as <see cref="CaseStatementProjectedSlot"/>, then this method recursively qualifies all parts
System\Data\Mapping\ViewGeneration\Structures\ProjectedSlot.cs (1)
63/// If current slot is composite (such as <see cref="CaseStatementProjectedSlot"/>, then this method recursively qualifies all parts