2 writes to m_label
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (2)
48
m_label
= label;
60
m_label
= new CellLabel(source.m_label);
2 references to m_label
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (2)
60
m_label = new CellLabel(source.
m_label
);
93
get { return
m_label
; }