1 write to metaTypes
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
40this.metaTypes = new Dictionary<Type, MetaType>();
6 references to metaTypes
System.Data.Linq (6)
Mapping\MappedMetaModel.cs (6)
87this.metaTypes.Add(mt.Type, mt); 142if (!this.metaTypes.ContainsKey(it.Type)) { 143this.metaTypes.Add(it.Type, it); 188if (this.metaTypes.TryGetValue(type, out mtype)) { 197if (!this.metaTypes.TryGetValue(type, out mtype)) { 200this.metaTypes.Add(type, mtype);