1 write to m_withRelationships
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\CaseStatementProjectedSlot.cs (1)
30
m_withRelationships
= withRelationships;
2 references to m_withRelationships
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\CaseStatementProjectedSlot.cs (2)
56
m_caseStatement.AsEsql(builder,
m_withRelationships
, blockAlias, indentLevel);
62
return m_caseStatement.AsCqt(row,
m_withRelationships
);