5 references to CreateCS
System.Data.Entity (5)
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);
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (2)
361
Cell.
CreateCS
(newMainQuery, newOtherQuery, cell.CellLabel, cell.CellNumber) :
362
Cell.
CreateCS
(newOtherQuery, newMainQuery, cell.CellLabel, cell.CellNumber);