1 write to m_columns
System.Data.Entity (1)
System\Data\Query\InternalTrees\Metadata.cs (1)
36m_columns = new List<ColumnMD>();
3 references to m_columns
System.Data.Entity (3)
System\Data\Query\InternalTrees\Metadata.cs (3)
52m_columns.Add(new ColumnMD(this, "element", type)); 79m_columns.Add(newColumn); 104internal List<ColumnMD> Columns { get { return m_columns; } }