1 write to m_numBools
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
45m_numBools = numCellsInView; // We have that many booleans
2 references to m_numBools
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (2)
84get { return m_projectedSlotMap.Count + m_numBools; } 164for (int i = TotalSlots - m_numBools; i < TotalSlots; i++)