1 write to m_topLevelWhereClause
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
46
m_topLevelWhereClause
= topLevelWhereClause;
2 references to m_topLevelWhereClause
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (2)
198
m_topLevelWhereClause
.GetRequiredSlots(m_projectedSlotMap, topSlots);
252
BoolExpression whereClause = startSlotNum == 0 ?
m_topLevelWhereClause
: BoolExpression.True;