1 write to associations
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
881this.associations = this.dataMembers.Where(m => m.IsAssociation).Select(m => m.Association).ToList().AsReadOnly();
3 references to associations
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
878if (this.associations == null) { 880if (this.associations == null) { 885return this.associations;