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