5 references to CaseStatement
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (3)
507
CaseStatement caseStatement = new
CaseStatement
(currentPath);
767
CaseStatement newCaseStatement = new
CaseStatement
(entry.Key);
790
CaseStatement caseStmt = new
CaseStatement
(memberPath);
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (1)
83
CaseStatement result = new
CaseStatement
(m_memberPath);
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
471
caseForOuterJoins = new
CaseStatement
(outputMember);