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