1 write to associations
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
881
this.
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)
878
if (this.
associations
== null) {
880
if (this.
associations
== null) {
885
return this.
associations
;