1 write to m_caseStatement
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\CaseStatementProjectedSlot.cs (1)
29
m_caseStatement
= statement;
4 references to m_caseStatement
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\Structures\CaseStatementProjectedSlot.cs (4)
50
CaseStatement newStatement =
m_caseStatement
.DeepQualify(block);
56
m_caseStatement
.AsEsql(builder, m_withRelationships, blockAlias, indentLevel);
62
return
m_caseStatement
.AsCqt(row, m_withRelationships);
67
m_caseStatement
.ToCompactString(builder);