1 write to associations
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
801this.associations = this.dataMembers.Where(m => m.IsAssociation).Select(m => m.Association).ToList().AsReadOnly();
3 references to associations
System.Data.Linq (3)
Mapping\AttributedMetaModel.cs (3)
798if (this.associations == null) { 800if (this.associations == null) { 805return this.associations;