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