1 write to types
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
405this.types = new Dictionary<Type, MetaType>();
8 references to types
System.Data.Linq (8)
Mapping\AttributedMetaModel.cs (8)
406this.types.Add(type, this); // add self 449if (this.types != null) { 450this.inheritanceTypes = this.types.Values.ToList().AsReadOnly(); 492get { return this.types != null; } 497if (!this.types.TryGetValue(type, out metaType)) { 499this.types.Add(type, metaType); 515if (this.types != null) { 516this.types.TryGetValue(type, out metaType);