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