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