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