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