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