1 write to metaTables
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
76this.metaTables = new Dictionary<Type, MetaTable>();
7 references to metaTables
System.Data.Linq (7)
Mapping\AttributedMetaModel.cs (7)
116return this.metaTables.Values.Where(x => x != null).Distinct(); 212if (this.metaTables.TryGetValue(rowType, out table)) { 231if (!this.metaTables.TryGetValue(rowType, out table)) { 235this.metaTables.Add(rowType, null); 238if (!this.metaTables.TryGetValue(root, out table)) { 241this.metaTables.Add(mt.Type, table); 246this.metaTables.Add(rowType, null);