2 instantiations of CellLabel
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
350CellLabel label = new CellLabel(fragmentInfo);
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (1)
60m_label = new CellLabel(source.m_label);
7 references to CellLabel
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
350CellLabel label = new CellLabel(fragmentInfo);
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (4)
43private Cell(CellQuery cQuery, CellQuery sQuery, CellLabel label, int cellNumber) 70private CellLabel m_label; // The File and Path Info for the CSMappingFragment 91internal CellLabel CellLabel 248internal static Cell CreateCS(CellQuery cQuery, CellQuery sQuery, CellLabel label, int cellNumber)
System\Data\Mapping\ViewGeneration\Structures\CellLabel.cs (1)
26internal CellLabel(CellLabel source)
System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs (1)
140CellLabel label = m_sourceCells[0].CellLabel;