2 writes to m_currentCellNumber
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
260m_currentCellNumber++; 352m_currentCellNumber++;
3 references to m_currentCellNumber
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CellCreator.cs (3)
253newCell = Cell.CreateCS(rightQuery, leftQuery, originalCell.CellLabel, m_currentCellNumber); 257newCell = Cell.CreateCS(leftQuery, rightQuery, originalCell.CellLabel, m_currentCellNumber); 351Cell cell = Cell.CreateCS(cQuery, sQuery, label, m_currentCellNumber);