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