1 write to m_var
System.Data.Entity (1)
System\Data\Query\InternalTrees\ColumnMap.cs (1)
1052m_var = v;
2 references to m_var
System.Data.Entity (2)
System\Data\Query\InternalTrees\ColumnMap.cs (2)
1038get { return m_var; } 1091return this.IsNamed ? this.Name : String.Format(CultureInfo.InvariantCulture, "{0}", m_var.Id);