9 references to Clauses
System.Data.Entity (9)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
357
foreach (CaseStatement.WhenThen clause in statement.
Clauses
)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (3)
357
Debug.Assert(caseStatement.
Clauses
.Count == 0);
592
if (caseStatement.
Clauses
.Count > 0)
769
foreach (CaseStatement.WhenThen clause in entry.Value.
Clauses
)
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (4)
229
if (this.
Clauses
.Count == 0)
239
foreach (CaseStatement.WhenThen clause in this.
Clauses
)
267
foreach (CaseStatement.WhenThen clause in this.
Clauses
)
278
if (this.
Clauses
.Count > 0)
System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs (1)
486
if (caseForOuterJoins != null && (caseForOuterJoins.
Clauses
.Count > 0 || caseForOuterJoins.ElseValue != null))