1 write to metaTypes
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
75this.metaTypes = new Dictionary<Type, MetaType>();
5 references to metaTypes
System.Data.Linq (5)
Mapping\AttributedMetaModel.cs (5)
181if (!this.metaTypes.ContainsKey(it.Type)) { 182this.metaTypes.Add(it.Type, it); 271if (this.metaTypes.TryGetValue(type, out mtype)) { 287if (!this.metaTypes.TryGetValue(type, out mtype)) { 289this.metaTypes.Add(type, mtype);